Hi,
these funcs are considered deprecated and suggested to use proper SQL syntax instead.
mysql_create_db mysql_db_query mysql_drop_db mysql_list_fields mysql_list_tables
Following the same logic these should also considered deprecated? mysql_list_dbs SHOW databases; mysql_select_db USE mydb
Probably some more?
What about :
mysql_table_name (related to mysql_list_tables which is derecated) mysql_insert_id SELECT LAST_INSERT_ID();
didou
