It depends what you want to do with it. To display it in HTML, you can write them in a 2-D array: myarray[$i][$j], where $i is the row nb and $j the column nb, and write two nested loops. To export them to Access, CSV, ... you can issue your query through Access ODBC. You can then save as a CSV. Very simple and effective. Ignatius ____________________________________________ ----- Original Message ----- From: "Edward Peloke" <epeloke@echoman.com> To: <php-db@lists.php.net> Sent: Monday, October 07, 2002 10:07 PM Subject: results of query > What does everyone typically use to display the results of a query. For > example, I have a database that has a series of subjects and grades. If I > select * from the table, I want a nice way for the data to be displayed. In > cold fusion, I can simply use a grid that dynamically fills in. Can I do > this with php? > > Thanks, > Eddie > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php