mat
09-08-2002, 03:35 AM
hello,
http://www.theory1.orcon.net.nz/gallery.gif
http://www.theory1.orcon.net.nz/result.gif
So after getting any records matching the productCollectionID in the database php is supposed to spit them back out in a gallery format similar to above.
when you output a result you basically echo/print that result plus what ever html formatting you want and then php will just output as many times as there are results. fine , but what if i wanted to do something like the gallery above? it would either just keep going off the side of the page or of the bottom of the page instead of going across 3 and then starting a new row,
do you see what i mean? can this be done somehow? of one of those squares is a result(recordset) is it possible to make it so that they output like above?
mat,
http://www.theory1.orcon.net.nz/gallery.gif
http://www.theory1.orcon.net.nz/result.gif
So after getting any records matching the productCollectionID in the database php is supposed to spit them back out in a gallery format similar to above.
when you output a result you basically echo/print that result plus what ever html formatting you want and then php will just output as many times as there are results. fine , but what if i wanted to do something like the gallery above? it would either just keep going off the side of the page or of the bottom of the page instead of going across 3 and then starting a new row,
do you see what i mean? can this be done somehow? of one of those squares is a result(recordset) is it possible to make it so that they output like above?
mat,