juniorek9 Posted April 28, 2012 Share Posted April 28, 2012 Hi All, can anyone check my script for me and help me sort out the error? i`ve followed the tutorial and the code seems to be exactly the same but i have an error...help..... syntax error, unexpected T_STRING, expecting ',' or ';' in C:\wamp\www\My\index.php on line 48 18232_.php Link to comment https://forums.phpfreaks.com/topic/261768-problem-with-syntax-error/ Share on other sites More sharing options...
silkfire Posted April 28, 2012 Share Posted April 28, 2012 It's because you didn't escape the apostrophe by putting a backslash in front of it (\'). I could see the problem immediately in my text editor because i noticed the color for the string was not my default string color (light blue). But actually the solution here is simple, put the whole string into double quotes: Link to comment https://forums.phpfreaks.com/topic/261768-problem-with-syntax-error/#findComment-1341445 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.