If have a MySQL dbase and a form with a drop down select box, what code do i need to write to get the selection box to list the tables in that dbase? I have tried using the mysql_list_table() function but it always gives out a reply of:
"Resource id #2"
???
Thanks
BGS
mysql_query() returns a pointer to resultset, not a result.
Read the PHP manual about mysql_fetch_row() and mysql_fetch_array().
www.kill-9.dk/ttl_php_check.php