Re: [PHP-DB] Please tell me what's wrong From: Patrick Meisel (patrick <email protected>)
Date: 12/27/00

Hi,

On Sun, 19 Nov 2000 09:57:46 +0100
 Niels Schenk <niels <email protected>> wrote:
> if($soort = 'storing') {

haven't looked at your script after that, but the corrrect way to write
an if-statement would be: if($soort == 'storing').
Otherwise it will always be true as the variable $soort is assigned in
your statement. This is true for all your 'comparisons'.

Patrick Meisel

P.S. Sorry if your question has been answered before. I'm not quite
sure, why I received this mail anyway, as I quit the list a few weeks
ago!

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