database: $dbname
structure for: $tablename2

"; echo "

\n"; echo " "; echo " "; $i=0; echo " \n"; while($i<$nrs): $name="name$i"; $type="type$i"; $null="null$i"; $key="key$i"; $defaultx="default$i"; $extra="extra$i"; $$name = mysql_result($rs,$i,"Field"); $$type = mysql_result($rs,$i,"Type"); $$null = mysql_result($rs,$i,"Null"); $$key = mysql_result($rs,$i,"Key"); $$defaultx = mysql_result($rs,$i,"Default"); $$extra = mysql_result($rs,$i,"Extra"); $copy_from=$i; include("structure.inc.php3"); $i++; endwhile; echo "\n"; echo ""; echo ""; mysql_close(); ?>
$table_font_tag Field $table_font_tag Type $table_font_tag Length$table_font_tag NULL$table_font_tag Default$table_font_tag Extra $table_font_tag action