Re: [PHP] odd addition error<>? From: callen (callen <email protected>)
Date: 08/15/00

Sam Masiello wrote:
>
> It is possible that your $fee variable isn't being set to anything:
>
> if ($arr = mysql_fetch_row($result2)) will ALWAYS return true because you
> are using the assignment operator instead of the comparison operator.

Yes it needed fixing, Thanks. But alas not the fix I needed. Casting the
variable to an int, didn't help either as
Joao, had mentioned.

???

-- 
 		 Christopher C.M. Allen
 		 http://design.driver8.org/                              
                 Email: callen <email protected> 
                 Cell : 1.715.821.4006                    
                 Home Phone: 1.715.426.6661

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>