Rodolfo,
> Or is it recommended to just run the bare query, then use PHP on my
> webpage to loop through the resulting output table handle and create the
> table there? And if so, just so I don't reinvent the wheel more than
> once a day, can someone point me to any code snippets previously written
> on this?
As for not reinventing the wheel when it comes to database access in
PHP, I forgot to mention:
http://adodb.sourceforge.net/
and
http://pear.php.net/package/DB
Cheers,
Alex