Results 1 to 3 of 3

Thread: [RESOLVED] Tabulate data in rows/columns - Help Needed

Threaded View

  1. #1

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Resolved [RESOLVED] Tabulate data in rows/columns - Help Needed

    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
    Code:
    If 5 Mod 3 = 0 Then
     'generate a new row
    Else
     'generate a new column
    End If
    well in other words...what i want to know is if there is a function in PHP that works like the Mod function in ASP
    Last edited by modpluz; Jan 12th, 2007 at 10:33 PM.
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width