Query alle tabellen uit een database
Gustaaf
22/12/2009 12:10:00PHP hulp
23/11/2024 02:22:36Jelmer -
22/12/2009 12:18:00Gustaaf
22/12/2009 12:39:00- SanThe -
22/12/2009 12:48:00www.phptuts.nl
http://www.phphulp.nl/forum/showtopic.php?cat=1&id=65219
http://www.phphulp.nl/forum/showtopic.php?cat=1&id=65219
Gewijzigd op 01/01/1970 01:00:00 door - SanThe -
Gustaaf
22/12/2009 13:23:00Dank mensen
Dit is het geworden ...
$result = mysql_list_tables("mijndatabase");
$na=0;
while ($row = mysql_fetch_row($result)) {
$atabel[$na] = $row[0];
$na++;
}
Dit is het geworden ...
$result = mysql_list_tables("mijndatabase");
$na=0;
while ($row = mysql_fetch_row($result)) {
$atabel[$na] = $row[0];
$na++;
}