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.
What language are you using with what database? if it is php/mysql -- just add ORDER BY WhateverYourTableColumnIs to your mysql query.