does someone know how the mysql_db_query work?? can someone give some example how that work please? thank you...
i pretty sure mysql_db_query() is going away. don't use it. instead, select the db first then call mysql_query().
Though it hasnt gone yet. So either one will work. Yes mysql_db_query is leaving the stage but it still could be used. Unless PHP.net tells otherwise. Ziggs