This is because it is better to do

mysql_connect('','','');
mysql_select_db('some');
...

mysql_query()..

...

After selecting the database with mysql_select_db() it is the default, so you don't 
need to provide its resource id.

If you want to make a query to another db just call mysql_select_db() with the name of 
the new db.

Best regards,
Andrey Hristov

----- Original Message ----- 
From: "Martin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 16, 2002 1:28 PM
Subject: [PHP-INST] mysql_db_query is deprecated


> Warning: mysql_db_query is deprecated; use mysql_select_db() and
> mysql_query() instead in i:\apache\htdocs\phoenix\online.php on line 18
> 
> What is this....Why is the server responding
> in this way!!!?
> 
> --
> Martin Eriksson
> webdesigner & Utvecklare
> ----------------------------------------------------------------
> [EMAIL PROTECTED]
> http://www.svensk-design.com
> 
> 
> 
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to