$queryget = mysql_query("SELECT * FROM image WHERE user_id = '$user_id_s'");
while($row = mysql_fetch_assoc($queryget))
{
$count_c = $row['image_comment'];
$count_image++;
$count_comment = $count_comment + $count_c;
}
for some reason it is not going inside the while loop and ideas?