Neil Freeman wrote: > mysql_db_query has been depreciated since PHP 4.0.6 > Yep.. but thats not the only different... mysql_db_query() have an extra parameter that is what Database you want to execute your query in... mysql_query() just use the database you have selected with f.ex. mysql_select_db() But do NOT use mysql_db_query... Regards, Johan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- [PHP] Newbie needs help C. Cormier - Ormetal Inc.
- [PHP] Newbie needs help ctan
- Re: [PHP] Newbie needs help Neil Freeman
- Johan Holst Nielsen