Hi,
This is gonna sound really silly - but its been a hell of a long time since I coded any PHP. I'm trying to make a minor modification to an existing script, using:
if ($xcatid == 5 || $xcatid == 7)
...but that doesn't seem to be working.
Whats the right format for "or" in PHP? :/
TIA!
Andy
This is gonna sound really silly - but its been a hell of a long time since I coded any PHP. I'm trying to make a minor modification to an existing script, using:
if ($xcatid == 5 || $xcatid == 7)
...but that doesn't seem to be working.
Whats the right format for "or" in PHP? :/
TIA!
Andy