]", ">", $value); $value=ereg_replace("\"", """, $value); return $value; } //À̹ÌÁö ¸® »çÀÌÁî function image_resize($fileview,$width_limit,$height_limit){ list($img_w, $img_h)=getimagesize($fileview); //°¡·Î,¼¼·Î Å©´Ù¸é... if($img_w>$width_limit || $img_h>$height_limit){ $b=$width_limit*$img_h/$img_w; if($b>$height_limit){ $b=$height_limit; $a=$b*$img_w/$img_h; }else{ $a=$width_limit; } $image_width=$a; $image_height=$b; //°¡·Î¿Í ¼¼·Î ÀÛ´Ù¸é... }else{ $image_width=$img_w; $image_height=$img_h; } return array("$image_width","$image_height"); } ?> Untitled Document
 
"); } ?>
¡á "); } echo("
"); } ?>
¡á "); } echo("
"); } ?>
"); } echo("
"); } ?>
"); } echo("