RE: [PHP] RE: [PHP-DB] I cant get the logic for this...

2002-02-18 Thread Martin Towell
i = 1 to max - col echo "td nbsp td" next echo "/tr" end if echo "/table" -Original Message- From: David Redmond [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 3:05 PM To: 'SpamSucks86'; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sub

RE: [PHP] RE: [PHP-DB] I cant get the logic for this...

2002-02-18 Thread David Redmond
If you use the following code it should work well. I used 2 counters, one for the columns and one for the row. It's a bit messy but it works. Cheers NB: Code is untested but copied from a working example with unnecessary bits removed. \n"; $counterRow = 0; $counterCol = 0; $counterResults = m