Can anybody help I am not sure if this is PHP or MySQL. I query a MySQL table
for example - $sql = "SELECT * FROM school_table WHERE class = '2005' ORDER BY students";
and 24 records are returned. I then want to view each record individually in an HTML form formatted to look like the HTML form that the data was originally written to the table in. This is not the problem.
The problem is how do I queue the returned records and then back each record individually, one by one, view, get next record and so on until all the returned records have been read?
_______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php