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

2002-02-18 Thread Riccardi Moreno
ot;$name2"; } } //close row for ($i=$count;$i<=$columns;$i++) { $v1list .=" "; } $v1list .= ""; } Bye Moreno -Messaggio originale- Da: Dave Carrera [mailto:[EMAIL PROTECTED]] Inviato: lunedi 18 febbraio 2002 15.51 A: php List Oggetto: [PHP-DB] RE: I cant get

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

2002-02-18 Thread Dave Carrera
Firstly thanks to everyone who have supplied various way to implement the issue I was having. Unfortunately I cant seem to get any one of them to function correctly I have included my code to see if someone can help adjusting it. I think I am going wrong in where I am putting the count var. Yo