[PHP-DB] Missing Data in Columns

2003-12-10 Thread Ken Colburn
Only six of ten columns in a php table show up on the web. I've been using a standard format for many months now and the only difference here is that I'm drawing on more (seven) tables. Even more curious, running the select and where statements in mysql produces the full table. Also,

Re: [PHP-DB] Missing Data in Columns

2003-12-10 Thread Matt Matijevich
snip Any ideas? /snip could you post the code you use to output each table row? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Missing Data in Columns

2003-12-10 Thread Ken Colburn
On Wed, 10 Dec 2003 16:21:39 -0600, Matt Matijevich [EMAIL PROTECTED] wrote: snip Any ideas? /snip could you post the code you use to output each table row? *** Here's the code requested along with column headings and sort code: # write out table heading echo table width='75%' border='1'

Re: [PHP-DB] Missing Data in Columns

2003-12-10 Thread George Patterson
On Wed, 10 Dec 2003 17:10:46 -0500 Ken Colburn [EMAIL PROTECTED] wrote: Only six of ten columns in a php table show up on the web. I've been using a standard format for many months now and the only difference here is that I'm drawing on more (seven) tables. Even more curious, [snip] Any