[PHP] Outputting specific HTML for table tag.

2001-01-22 Thread James, Yz
Hey all. well, here's (probably) an easy question from me again (surprise surprise). Here goes: I'm putting together a photo gallery for some friends of mine who own a nightclub, and who want to update photos themselves. I know there are scripts available to do the job, but I'd like to

Re: [PHP] Outputting specific HTML for table tag.

2001-01-22 Thread Richard Lynch
5 photos that need returning to one of the photo pages, and I have the photos in rows of three; Obviously, there'd be an empty table cell. And ? // Connection code $table = "table border=\"0\" /* Yadda Yadda */ "; $table .= "tr"; $photocount = 0; while($row =