Hi all
I have the following code,
if (!$username | !$usermail) | !$check) {
print($entry_error);
exit;
}
which works fine on my windows machine running latest PHP version.
When I uploaded it to my host it didn't work properly. It printed $entry_error every time.
My host rns version 4.0
Can some one help? I want to avoid writing 3 seperate 'if' statements.
Cheers
Nick