Please try this out!! Because for me on my machine it does the first part of the if statement. I can make a work around in my code to fix the error. BUT I would rather know why this is evaluating incorrectly.
<?PHP
$EA = 0;
if ($EA == "NFH")
{
echo "<br>EA is Equal To NFH see $EA<br>";
}
else
{
echo "<br>EA is NOT EQUAL to NFH see $EA<br>";
}
?>Thanks in advance.
Jonathan Pitcher
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

