Re: [PHP] *IF* it was that simple

2001-05-17 Thread Jeroen van Wolffelaar
Loose the ; after the if Jeroen "Tarrant Costelloe" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ok here is a simple IF statement I am messing around with, yet the parser is > sending back an error message of which I cannot see the cause: > > Code: > >

[PHP] *IF* it was that simple

2001-05-17 Thread Tarrant Costelloe
Ok here is a simple IF statement I am messing around with, yet the parser is sending back an error message of which I cannot see the cause: Code: Error: Parse error: parse error in C:\locahost\parser.php on line 16 Line 16 being the line which contains "else" (line 6). -- PHP Ge