select all the values out of a MySQL Database that are UNIQUE:
$result = mysql_query("SELECT DISTINCT fieldNAME FROM tableName");
Reference: http://www.dreamincode.net/forums/showtopic6057.htm
Subscribe to:
Post Comments (Atom)
Laconic Tech Notes
No comments:
Post a Comment