Jump to content

[SOLVED] stupid errors!


mjohnson025

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.