Re: SV: [PHP-DB] Drawing table by while

2004-05-26 Thread Mike S.
t; } > echo ''; > > Hth Henrik Hornemann > > -Oprindelig meddelelse- > Fra: nabil [mailto:[EMAIL PROTECTED] > Sendt: 26. maj 2004 14:28 > Til: [EMAIL PROTECTED] > Emne: [PHP-DB] Drawing table by while > > > Hiya, > > How can i draw a

SV: [PHP-DB] Drawing table by while

2004-05-26 Thread Henrik Hornemann
: nabil [mailto:[EMAIL PROTECTED] Sendt: 26. maj 2004 14:28 Til: [EMAIL PROTECTED] Emne: [PHP-DB] Drawing table by while Hiya, How can i draw a new AFTER FIVE in the following loop (i want to echo the records in 5 columns width tables whatever the number of records will be fetched) .. ech

[PHP-DB] Drawing table by while

2004-05-26 Thread nabil
Hiya, How can i draw a new AFTER FIVE in the following loop (i want to echo the records in 5 columns width tables whatever the number of records will be fetched) .. echo ''; while ($myrow = mysql_fetch_array($sql)) { echo $myrow[0]; } echo ''; -- | x | y