Hello,
I updated php to version 4.0.5 and MySQL to version 2.32.39, had errors on
lines like this:
$rows = mysql_num_rows($result);
and noticed that this is a solution:
$rows = @mysql_num_rows($result);
Is this a new use of the function mysql_num_rows?
+-- --+
Tom�s Garc�a Ferrari
Bigital
http://bigital.com/
+-- --+
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-DB] passing db persistent connections through di... boltthrower
- [PHP-DB] Connecting to MySQL Keith Whyman
- Re: [PHP-DB] MySQL connection: Change on syn... Tom�s Garc�a Ferrari
- Re: [PHP-DB] MySQL connection: Change on... Christopher Ostmo
- Re: [PHP-DB] MySQL connection: Change on... Paul Burney
- RE: [PHP-DB] MySQL connection: Change on... David Balatero
- Re: [PHP-DB] MySQL connection: Change on... Russ Michell
- Re: [PHP-DB] MySQL connection: Chang... Paul DuBois
- Re: [PHP-DB] Connecting to MySQL Christopher Ostmo
- Re: [PHP-DB] passing db persistent connections t... Christopher Ostmo
- [PHP-DB] passing db persistent connections throu... Herv� Piedvache
