RE: FN-FORUM: PHP if null show this instead of that
date posted 22nd August 2007 14:01
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
PuntersPower
Sent: 22 August 2007 15:26
To: FN-FORUM / [EMAIL REMOVED]
Subject: Re: FN-FORUM: PHP if null show this instead of that
>
Parse error: syntax error, unexpected T_PRINT, expecting '('
This is because you need a ( after starting the If statement.
If ( blah blah ) {
} else {
}