hi guyz,
i don't know how to put this straight but i'll try...
i have a database outputed result that i want to tabulate in rows and columns
in the following format;
Picture1 Picture2 Picture3
Picture4 Picture5 Picture6
and so on...
how do i go about it?
in ASP, i can do this by usind the Mod function
i.e
well in other words...what i want to know is if there is a function in PHP that works like the Mod function in ASPCode:If 5 Mod 3 = 0 Then 'generate a new row Else 'generate a new column End If





Reply With Quote