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"
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 <