(1): 2: 3: 4: 5: 6: 7:
$tables = mysql_list_tables ("baza danych"); $count = (0); podczas gdy ($count < mysql_numrows ($tables)) { echowy mysql_tablename ($tables, $count). ""; $count++; }
(1): 2: 3: 4: 5: 6: 7: 8:
$vQuery = mysql_query ("PRZEDSTAWIENIE STÓŁ "); podczas gdy ($vTable = mysql_fetch_array ($vQuery)){ druk "Stół: ". $vTable [(0)]. ''; $vQuery2 = mysql_query ("PRZEDSTAWIENIE KOLUMNA OD". $vTable [(0)]); podczas gdy ($vField = mysql_fetch_array ($vQuery2)){ druk "-". $vField [(0)]. ''; } }