calvyno Posted October 12, 2007 Share Posted October 12, 2007 For one of the pages I'm making, I would get the following error when I try to access it on I and Firefox. Parse error: parse error, unexpected $ in /home/content/c/a/l/calvy/html/page/eile.php on line 728 Line 726-728 are just regular HTML, and line 728 is the last line on the page code. </center> </body> </html> I have already looked through the entire page code a few times trying to figure out the problem. Not exactly sure if this is a bug or not, since there is no $ anywhere near line 728. Thanks for any help Quote Link to comment https://forums.phpfreaks.com/topic/72986-solved-php-parse-error-in-non-php-code/ Share on other sites More sharing options...
kenrbnsn Posted October 12, 2007 Share Posted October 12, 2007 That error message is saying that something is missing in your PHP code, usually an ending quote or curly brace. Ken Quote Link to comment https://forums.phpfreaks.com/topic/72986-solved-php-parse-error-in-non-php-code/#findComment-368070 Share on other sites More sharing options...
calvyno Posted October 12, 2007 Author Share Posted October 12, 2007 Thank you so much, I figured it out, was missing a closing curly bracket somewhere. Quote Link to comment https://forums.phpfreaks.com/topic/72986-solved-php-parse-error-in-non-php-code/#findComment-368080 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.