parse error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

parse error

Post by psychotomus »

Parse error: syntax error, unexpected ';' in /mounted-storage/home16a/sub002/sc18478-RGIJ/www.po2shoutbox.com/JB/index.php on line 629

line 629:

print 'Your allready logged in';
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

we need to see more code than that. I suspect the error is above that line.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Look at line 628 or a few above 629. These errors usually end up being just above the reported error line.
Post Reply