dpny
11-05-2003, 06:01 PM
this is what i have right now:
$sql_text = ("SELECT * from $usertable ORDER BY quoteID DESC");
what i want to do is... pull out result from the database only those that have the number "2" on them on the row name "cat", like put a limit where it only pull out info if there is "2" in the "cat" and ORDER BY quoteID DESC
$sql_text = ("SELECT * from $usertable ORDER BY quoteID DESC");
what i want to do is... pull out result from the database only those that have the number "2" on them on the row name "cat", like put a limit where it only pull out info if there is "2" in the "cat" and ORDER BY quoteID DESC
