Exclusions problem
Posted: Thu Sep 11, 2003 12:09 am
if( $code_so_far = "ANNNNLKX" )
{
echo "Your Code is Valid";
}
Ok, here's the problem. No matter what code gets put in, it always displays "Your Code is Valid". How do I set it so that it only displays "Your Code is Valid" if the above code is entered?
{
echo "Your Code is Valid";
}
Ok, here's the problem. No matter what code gets put in, it always displays "Your Code is Valid". How do I set it so that it only displays "Your Code is Valid" if the above code is entered?