yamus, Лови говнокод в стиле говнокода
[cit]
elseif ($_GET['size'] == 'small') {
$img = '../images/big/'.$sait['image_s'].'.gif';
$image = imagecreatefromgif($img);
$real_stat = mysql_fetch_array(mysql_query ("SELECT * FROM `sait` WHERE `id` = '".$id."'"
);
$hosts = 70 - (strlen($real_stat['hosts']) * 5);
$black = imagecolorallocate ($image, 255, 255, 255);
ImageString($image,1,$hosts,5,$real_stat ['hosts'],$black);
}
[/cit]