Posts tagged info
PHP HELP….. SORTING MYSQL DATABASE INFO ON 5 PAGES…?
Apr 27th

Question by x_9th.gate_x:
PHP help….. sorting mysql database info on 5 pages…?
I have a game tournament site, I need to display the current tournaments available sorted by game name throughout 5 pages (10 tournaments per page).
The current script for it is….
$ table_select = mysql_query(‘SELECT * FROM 9Gt_tables ORDER BY game DESC LIMIT 10′);
this displays the first 10, for the other pages how do i begin at 11 and go to 20, the 21-30, etc….
ok, so how do i go about that?
Read More >>








