pknet.gr
Free JavaScripts provided
by
The JavaScript Source
"; echo "
ID
category Name
"; // keeps getting the next row until there are no more to get while($row = mysql_fetch_array( $result )) { // Print out the contents of each row into a table echo "
"; echo $row['id']; echo "
"; echo $row['categoryName']; echo "
"; } echo ""; ?>