RE: [PHP] Printing MySQL into HTML Tables

2001-03-22 Thread ..s.c.o.t.t.. [gts]
modulus also works for finding even nums: if ($i % 2) { // not even } > -Original Message- > From: darion mapp [mailto:[EMAIL PROTECTED]] > Subject: Re: [PHP] Printing MySQL into HTML Tables > > > now it seems like you know what is to be done and you are not wi

Re: [PHP] Printing MySQL into HTML Tables

2001-03-22 Thread darion mapp
now it seems like you know what is to be done and you are not willing to do the work. Now i have not tested this and you may have to do some work with it but you get the picture. if you lookup the syntax and ensure how to use the command then you will be ok. of course if you still have problems

[PHP] Printing MySQL into HTML Tables

2001-03-22 Thread Jeff Oien
I would like to do this with a MySQL database containing product information: Product 1 InfoProduct 2 Info Product 3 Info  And if there are an odd number of products I want it to complete the table row with nothing in the cell. I want it to be able to automatically do this no matter how many pr