{% else-1 %}
Третий Рейх * [мошенник] 3.58
(8 фев 2014, 04:03) (1/0) [1]
Подскажите,есть такой код,выводит картинку



$a=mysql_fetch_array($res);
$photo=false;
if ($a[\'photo\']) {

$photo=true;
$fid=$a[\'id\'].\'_\'.$a[\'defphoto\'];
$act=false;
if (file_exists(\"images/$fid.gif\"*) $act=\'gif\';
if (file_exists(\"images/$fid.jpg\"*) $act=\'jpg\';
if (file_exists(\"images/$fid.png\"*) $act=\'png\';
echo \"<div class=\'menu\'><img src=\\\"$workdir/images/$fid.$act\\\" alt=\\\"\\\"/></div><div class=\\\"b\\\"></div>\";
}



Как указать размер,в каком выводить?
  • 1 из 1