$res = mysql_query("your query here"); if (!$res) { echo mysql_error(); exit; } while($arr = mysql_fetch_array($res)) { // etc. pp. }
Subscribe to our feed |