Page 1 of 1

pritning a DB to a table

Posted: Mon Jan 05, 2004 1:16 am
by pelegk2
wht is the function that u can take a table and put it in1 command on screen in a table format?
thanks inadvance
peleg

Posted: Mon Jan 05, 2004 1:37 am
by volka
afaik only the odbc extension supports such a function
http://php.net/manual/en/function.odbc-result-all.php
For all non-odbc dbs you're on your own.

Posted: Mon Jan 05, 2004 4:57 am
by pelegk2
thanks