When ppmode is set to "cancel" or "thankyou", the header and exit are still
processed.
I'm trying to search on "if" and "or" in google, but it keeps removing "or"
from my searches.
Is there something wrong w/this ?
if (($ppmode != "cancel") or ($ppmode != "thankyou") )
{
header("Locatio n: index.php");
exit();
}
Thanks.
processed.
I'm trying to search on "if" and "or" in google, but it keeps removing "or"
from my searches.
Is there something wrong w/this ?
if (($ppmode != "cancel") or ($ppmode != "thankyou") )
{
header("Locatio n: index.php");
exit();
}
Thanks.
Comment