$result1 = mysql_query ("SELECT * FROM book", $connection);
while ($row = mysql_fetch_row($result1)) { // (4) Print out each element in $row, that is, // print the values of the attributes for ($i=0; $i"; } // (5) Close the database connection mysql_close($connection);
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )