Re: [PHP-WIN] Looping through the mysql_field_name function

2003-02-03 Thread Davy Obdam
Thanks Cam, That was what i was trying to figure out i just didnt see it Best regards, Davy Obdam mailto:[EMAIL PROTECTED] Cam Dunstan wrote: Davy put this into a script and run it ... $dbase = "somedatabase";// change this to suit !! $db = mysql_connect("localhost", "root"

Re: [PHP-WIN] Looping through the mysql_field_name function

2003-02-03 Thread Cam Dunstan
Davy put this into a script and run it ... $dbase = "somedatabase";// change this to suit !! $db = mysql_connect("localhost", "root"); // change this also!! mysql_select_db($dbase,$db); $result = mysql_list_tables($dbase); $rowcount = mysql_num_rows($result); for ($j = 0; $j <