Accessing a defined constant returns messed up characters - help

TubjebyFluppy

New Member
This is strange I have a constant defined as such:\[code\]define("RJ_FILES_PATH", RJ_SITE_DIRECTORY."\assets\files\\");\[/code\]However when I try to access the constant in code I get this weird result on my localhost..\[code\]C:\wamp\www\my.app\assetsiles\2688\[/code\]The \[code\]\f\[/code\] is replaced by a square indicating it as an unrecognised character. Whats happening because of this I am unable to save files to the folder the constant is supposed to point to.
 
Back
Top