Can someone put my tables in order

Discussion in 'PHP' started by ljinvests, Jun 11, 2009.

Thread Status:
Not open for further replies.
  1. #1
    Can someone make a php code to put my poker tables i make in order www.prizepkr.com
    thanks
     
    ljinvests, Jun 11, 2009 IP
  2. Social.Network

    Social.Network Member

    Messages:
    517
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    35
    #2
    I am not sure I understand the question, can you provide more information?
     
    Social.Network, Jun 11, 2009 IP
  3. ljinvests

    ljinvests Peon

    Messages:
    68
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I am making a poker website and i as the admin need to make the tables for members to play on examples.
    table 34768
    table 25635
    it will not put the 25635 in front of the 34768
    i want when i ad a table it will put it in order
    another example if i make 3 tables names table 1 table 2 table 3 it will not put the 1 then 2 then 3 in order it will list them the order i make them.
     
    ljinvests, Jun 12, 2009 IP
  4. SHOwnsYou

    SHOwnsYou Peon

    Messages:
    209
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What language are you using with what database?

    if it is php/mysql -- just add ORDER BY WhateverYourTableColumnIs to your mysql query.
     
    SHOwnsYou, Jun 12, 2009 IP
Thread Status:
Not open for further replies.