shorting (quick help)
Posted: Wed Jan 24, 2007 7:40 pm
Code: Select all
SELECT * FROM games $sql_filter ORDER BY love, id DESC LIMIT $from, $max_resultsA community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
SELECT * FROM games $sql_filter ORDER BY love, id DESC LIMIT $from, $max_resultsCode: Select all
SELECT * FROM games $sql_filter ORDER BY love DESC, id DESC LIMIT $from, $max_results