Posted by google on 09/26/05 16:15
I found the answer, here it is if anyone else needs it... $query="SHOW FIELDS from $table;"; $result=mysql_query($query); $num_rows=mysql_num_rows($result); print "$num_rows rows available<br>"; while ($a_row=mysql_fetch_row($result)){ print $a_row[0]; print "<br>"; }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming