Hi,
I can't get the correct syntax to say
(example shown in english NOT code)
if array[1] != array[2] and $option != "X"
Any help very much appreciated. It's driven me nuts!
cheers, Graham
That is almost the corrent syntax.
if (($array[1] != array[2]) and ($option != "X"))