Posts: 147
Name: Marcin Nabiałek
Location: Poland, Częstochowa
|
Quote:
|
im not entirely sure but isnt that the exact same thing?
|
Nope. It's not the same...
Quote:
|
You have a slight error in the if-then-else argument. If you want to supply more than one argument with in the IF bracket, we have to split them up, so using brackets is the way to do this.
|
? Extra brackets are unneccessary in that case...
I've just checked it running PHP but I had to add error_reporting(E_ALL); to see the notice... When I changed it as I've written here, there's no notice...
And please understand that errors, notices and warnings in PHP are not the same things 
Last edited by pitbull82; 04-07-2005 at 05:47 AM..
|