Php Output Multi Coloumn Formating

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nasse
    New Member
    • May 2007
    • 12

    Php Output Multi Coloumn Formating

    I am outputing/printing using a combination function:

    combine('<br>', $traits, 0);

    And My Output Consists of the same sized multi coloumn strings that look Like:

    23
    2D
    2E
    2F
    A3
    AD
    AE
    AF
    B3
    BD
    BE
    BF
    C3
    CD
    CE
    CF
    I want to have a multi coloumn output using check boxes for each (on he left of each) so that when I select one, I proceed to the next page.

    Can some one help please.
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, nasse.

    You'll be wanting to use an HTML table to do that.

    P.S., fixed a spelling error in the thread title so that it will get more traffic.

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Merged duplicate threads.

      nasse, please do not double-post.

      Have you tried outputting an HTML table?

      Comment

      Working...