$db->super_query("SELECT * FROM imgtop LIMIT 2", true)foreach($sql_img as $q)$sql_img['name']SELECT
month(reviews.rev_create) as mn,
count(IF(reviews.status = 1, 1, NULL)) as positive,
count(IF(reviews.status = 0, 1, NULL)) as negative
FROM
reviews
GROUP BY mn <form enctype="multipart/form-data" action="__URL__" method="POST">//...
$result = mysql_query("SELECT * FROM uploads_images WHERE products_id='$id'",$link);
if($result === false) {
die(mysql_error($link));
}