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
dwfait
Forum Contributor
Posts: 113 Joined: Sun Aug 01, 2004 10:36 pm
Post
by dwfait » Fri Aug 13, 2004 10:26 am
Me an my newbish questions...
anyway....why wont this work?
d3ad1ysp0rk
Forum Donator
Posts: 1661 Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA
Post
by d3ad1ysp0rk » Fri Aug 13, 2004 10:27 am
it will, if they are equal.
dwfait
Forum Contributor
Posts: 113 Joined: Sun Aug 01, 2004 10:36 pm
Post
by dwfait » Fri Aug 13, 2004 10:36 am
hmmm..i get this error:
Code: Select all
Parse error: parse error, unexpected T_IF in /home/stormst/public_html/SSPN/index.php on line 623
Getran
Forum Commoner
Posts: 59 Joined: Wed Aug 11, 2004 7:58 am
Location: UK
Contact:
Post
by Getran » Fri Aug 13, 2004 10:44 am
Then i guess you didn't close the if statement ?
m3mn0n
PHP Evangelist
Posts: 3548 Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada
Post
by m3mn0n » Fri Aug 13, 2004 10:49 am
Show us more of the code.
It's most likely an error that is not on the line, but that line is where the PHP Parser had to stop operations because of an ilegal syntax procedure.
dwfait
Forum Contributor
Posts: 113 Joined: Sun Aug 01, 2004 10:36 pm
Post
by dwfait » Fri Aug 13, 2004 11:51 am
Oh. Nevermind. I left out the ; on a variable decleration O_o. I hate making errors like that, and then not seeing them.