Date: 10/03/01
- Next message: Ricky Theil: "RE: [PHP-DB] Performance boosting"
- Previous message: Sheridan Saint-Michel: "Re: [PHP-DB] Howto make a double LEFT JOIN"
- Maybe in reply to: Luditus: "[PHP-DB] Bug in new PHP Version?"
- Next in thread: Sridhar Moparthy: "[PHP-DB] Difference between OCI* functions and ORA_* functions"
- Reply: Sridhar Moparthy: "[PHP-DB] Difference between OCI* functions and ORA_* functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks like you've got the answer to your question, right there....
use mysql_select_db() and mysql_query() instead.
I use 4.06 and have never used the mysql_db_query function.
-----Original Message-----
From: Luditus [mailto:news.letters <email protected>]
Sent: Wednesday, October 03, 2001 2:13 AM
To: php-db <email protected>
Subject: [PHP-DB] Bug in new PHP Version?
Hi there,
I just downloaded the new 4.06 PHP Version and installed it on a new
machine.
My application does not work properly anymore, nor does mysqladmin.
This are some warnings:
Warning: mysql_db_query is deprecated; use mysql_select_db() and
mysql_query() instead in c:\dokumente und
einstellungen\administrator\desktop\my
files\projects\globosapiens\07_production\actual\mysqladmin\lib.inc.php on
line 506
Warning: Undefined variable: picture in c:\dokumente und
einstellungen\administrator\desktop\my
files\projects\globosapiens\07_production\actual\gallery\app_local\dsp_album
.inc on line 273
Does anybody have an idea?
Cheers Andy
-- 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>-- 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: Ricky Theil: "RE: [PHP-DB] Performance boosting"
- Previous message: Sheridan Saint-Michel: "Re: [PHP-DB] Howto make a double LEFT JOIN"
- Maybe in reply to: Luditus: "[PHP-DB] Bug in new PHP Version?"
- Next in thread: Sridhar Moparthy: "[PHP-DB] Difference between OCI* functions and ORA_* functions"
- Reply: Sridhar Moparthy: "[PHP-DB] Difference between OCI* functions and ORA_* functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

