mjohnson025 Posted April 19, 2008 Share Posted April 19, 2008 Hi everyone! My eyeballs seem not to be working. I keep getting the following error: Parse error: syntax error, unexpected '>' in C:\Documents and Settings......\UserRegistrationPart2.php on line 31 here is the line it's talking about: echo "<p><strong>Name</strong>: {$Row[0]}<br /> "; If someone could tell my what i might be missing, i would greatly appreciate it. <frustrated!> :-) Mike Link to comment https://forums.phpfreaks.com/topic/101872-solved-stupid-errors/ Share on other sites More sharing options...
AndyB Posted April 19, 2008 Share Posted April 19, 2008 Two tips. #1 - this isn't a math based programming question. I'll move it to php help where it belongs. Please be careful to choose the right forum for your posts. #2 - the real error is likely in a line before that one. The error message just tells you where the parser 'choked'. Post the code beginning a dozen lines before line 31 if you can't spot the error yourself. Link to comment https://forums.phpfreaks.com/topic/101872-solved-stupid-errors/#findComment-521390 Share on other sites More sharing options...
unidox Posted April 19, 2008 Share Posted April 19, 2008 Please post all the code. Link to comment https://forums.phpfreaks.com/topic/101872-solved-stupid-errors/#findComment-521414 Share on other sites More sharing options...
mjohnson025 Posted April 19, 2008 Author Share Posted April 19, 2008 thanks. I guess my eyes just needed a rest. I forgot a closing " a couple lines before. Thanks for your help! Mike (I'll pay closer attention to where i post in the future) Link to comment https://forums.phpfreaks.com/topic/101872-solved-stupid-errors/#findComment-521424 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.