[PHP-DB] DB Print Columns and Rows

2002-10-24 Thread Tony72284
Hello PHP people. I was wondering if I could get a question answered? How would I print a Database Table into a table when the DB Table has 4 columns, AND 4 rows. See I only know how to print one column.

RE: [PHP-DB] DB Print Columns and Rows

2002-10-24 Thread joakim . andersson
Hello PHP people. I was wondering if I could get a question answered? How would I print a Database Table into a table when the DB Table has 4 columns, AND 4 rows. See I only know how to print one column. ?php // Your dB-stuff here... $separator = ; echo

RE: [PHP-DB] DB Print Columns and Rows

2002-10-24 Thread Hutchins, Richard
;aol.com] Sent: Thursday, October 24, 2002 10:55 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] DB Print Columns and Rows Hello PHP people. I was wondering if I could get a question answered? How would I print a Database Table into a table when the DB Table has 4 columns

RE: [PHP-DB] DB Print Columns and Rows

2002-10-24 Thread Hutchins, Richard
Sorry, fixed a syntax error in my original post. -Original Message- From: Hutchins, Richard [mailto:Richard.Hutchins;GetingeCastle.com] Sent: Thursday, October 24, 2002 10:59 AM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] DB Print Columns and Rows Something