RE: [PHP-DB] RE: [PHP] Printing MySQL into HTML Tables

2001-03-23 Thread Michael Rudel
t A. Verbeek [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 11:37 PM To: PHP-DB mailinglist; [EMAIL PROTECTED] Subject: [PHP-DB] RE: [PHP] Printing MySQL into HTML Tables Hello, Using it myself to... Maybe this will help you out: !--BEGIN TABLE BORDER-- table width='90%' a

Re: [PHP-DB] RE: [PHP] Printing MySQL into HTML Tables

2001-03-23 Thread JJeffman
-DB] RE: [PHP] Printing MySQL into HTML Tables Or try this one, its simple but more universal and very usefull for eg. testing. ... and a bit mor structured 8)=) ?php function result_all( $sql_result ) { echo "TABLE\n"; $columns = mysql_num_fields( $