Re: [PHP-DB] formating w/ table

2002-02-15 Thread Miles Thompson
Jas color=\"33\">\n"; } ?> The is in the loop. Place it outside & you'll be OK. Miles Thompson At 01:35 AM 2/15/2002 -0700, jas wrote: >I am having a little problem formating data retrieved from a database into >table cells... So far after connecting and querying the database table the >

RE: [PHP-DB] formating w/ table

2002-02-15 Thread Rick Emery
Your is inside your loop. So it is executed once to terminate the table. After that, the browser just sees the rest as straight text. -Original Message- From: jas [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 2:35 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] formating w/ tab