Date: 08/15/00
- Next message: Boaz Yahav: "[PHP] cookie support differences between NN and IE"
- Previous message: Adam Stein: "[PHP] [JOB] PHP Developer Positions in NYC!"
- In reply to: Sam Masiello: "RE: [PHP] odd addition error<>?"
- Next in thread: Joao Prado Maia: "Re: [PHP] odd addition error<>?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Boaz Yahav: "[PHP] cookie support differences between NN and IE"
- Previous message: Adam Stein: "[PHP] [JOB] PHP Developer Positions in NYC!"
- In reply to: Sam Masiello: "RE: [PHP] odd addition error<>?"
- Next in thread: Joao Prado Maia: "Re: [PHP] odd addition error<>?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

