Date: 12/27/00
- Next message: nuitari <email protected>: "Re: [PHP-DB] 'Best' DB for Linux/Apache/PHP?"
- Previous message: Tyson Lloyd Thwaites: "[PHP-DB] IBM DB2 noticeably slower than Sybase????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: nuitari <email protected>: "Re: [PHP-DB] 'Best' DB for Linux/Apache/PHP?"
- Previous message: Tyson Lloyd Thwaites: "[PHP-DB] IBM DB2 noticeably slower than Sybase????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

