panda                AnimePanda"; // 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 "

Links

Home

Queries

Input

Output

Information

Contact

Queries

"; echo "
AnimeID Series Name Number of Episodes GenreID ReviewID
"; echo $row['AnimeID']; echo ""; echo $row['Series_Name']; echo ""; echo $row['Number_of_Episodes']; echo ""; echo $row['Genre_ID']; echo ""; echo $row['Review_ID']; echo "
"; ?>