Re: [PHP] Create a table with more than 1 column

2001-12-27 Thread Miles Thompson
Rodrigo, Nice looking page. I'm not going to try and fix your logic, because you've approached it somewhat differently than I would. Here's my logic or pseudocode ... Set max_columns to 3 Set a letter variable While I have results While column_count is less than max_columns or letter is

RE: [PHP] Create a table with more than 1 column

2001-12-27 Thread Jerry Verhoef (UGBI)
Thompson [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 4:20 PM To: Rodrigo Peres; PHP Subject: Re: [PHP] Create a table with more than 1 column Rodrigo, Nice looking page. I'm not going to try and fix your logic, because you've approached it somewhat differently than I would. Here's my

Re: [PHP] Create a table with more than 1 column

2001-12-27 Thread David Jackson
Rodrigo --- This is really an SQL question, not an PHP one? What database are you using? On what OS? For MySQL check this link: http://www.mysql.com/doc/A/N/ANSI_diff_SELECT_INTO_TABLE.html If your running on a Unix server, and is something that runs on a regular basis (say hourly or daily),