I have the tbl_galeria
table, what happens is that I want to make a query, but the query can not show the first result. That is, the query will return all values except the one with the smaller id.
$query = mysql_query("SELECT * FROM tbl_galeira ORDER BY id ASC");