|
Posted by Joachim Mζland on 02/11/07 14:21
On Sun, 11 Feb 2007 05:53:51 -0800, zek2005 wrote:
> $result=mysql_db_query($database,$query,$link);
From the manual:
This function is deprecated, do not use this function. Use
mysql_select_db() and mysql_query() instead.
http://www.php.net/manual/en/function.mysql-db-query.php
Or, if you insist on using a deprecated function, please check for
warnings: "If by chance no connection is found or established, an
E_WARNING level warning is generated." My guess is a username/password
mismatch...
--
Regards/mvh Joachim Mæland
If everything seems under control, you're just not going fast enough.
-Mario Andretti.
Navigation:
[Reply to this message]
|