Posted by John Nichel on 07/19/05 19:37
Chris Boget wrote:
<snip>
> echo "if( $originalNet != $calculatedNet ) = " . ( (int)$originalNet !==
> (int)$calculatedNet ) . "<br>\n";
</snip>
Change this to echo out what you're comparing...
echo "if( ". (int)$originalNet ." != ". (int)$calculatedNet ." ) = " . (
(int)$originalNet !== (int)$calculatedNet ) . "<br>\n";
That'll show what numbers is actually trying to match.
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@kegworks.com
Navigation:
[Reply to this message]
|