[PHP-WIN] for loop help!

2003-04-03 Thread Kieran Hall
I want to display information from my database in two columns. I run into a problem when there are three records. Another table data cell is produced containing template material. Does anyone know a quick solution to this problem? Code below: $cols = 2; $cell_count = 0; if($numrows < $cols){

[PHP-WIN] R: [PHP-WIN] for loop...

2002-03-08 Thread Darvin Andrioli
lto:[EMAIL PROTECTED]] > Inviato: venerdì 8 marzo 2002 10.44 > A: [EMAIL PROTECTED] > Oggetto: [PHP-WIN] for loop... > > > hi, > > may be this is a dumb question to ask but here goes anyway.. > > I have 2 for loops such as: > > for(int i = 0; i < View.leng

[PHP-WIN] for loop...

2002-03-08 Thread Sandeep Murphy
hi, may be this is a dumb question to ask but here goes anyway.. I have 2 for loops such as: for(int i = 0; i < View.length; i++) { for(int l = 0; l http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php