chuckbridges
Programmer
If I have a statement like
if (!$result1){
$logonsuccess = 0;
How would I include a $result2 check so that if either
result tested ok the if statement would work?
Thanks
Chuck
if (!$result1){
$logonsuccess = 0;
How would I include a $result2 check so that if either
result tested ok the if statement would work?
Thanks
Chuck