Hello,
I am having some issues converting some files from a mac to XP.
on my mac i have the following code:
I am trying to get this code working on my work computer (XP). I went and changed the above code to this:
Now I am getting the following error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\xampp\htdocs\accounts\system\application\config \config.php on line 33
If i comment out line number 18 the code works fine (except the stuff relying on that config option).
I cant figure out why i am getting the error in Windows.
Any help will be apprciated.