$q = "SELECT * FROM oportunity WHERE state = 'act' ORDER BY created DESC LIMIT 500";$r = mysql_query($q);