|
|
|
php ขอความช่วยเหลือหน่อยคะติดอยู่นิสนึงแก้ยังไม่ได้คะมือใหม่หัดงงงงงงงงงงงงง |
|
|
|
|
|
|
|
Code (PHP)
$images = $_FILES["photoimg"]["tmp_name"];
$new_images = "44444.gif";
$width=130;
$size=GetimageSize($images);
$height=round($width*$size[1]/$size[0]);
if($size[2] == 1) {
$images_orig = imagecreatefromgif($images);
} else if($size[2] == 2) {
$images_orig = imagecreatefromjpeg($images);
}else if($size[2] == 3) {
$images_orig = imagecreatefrompng($images);
}
$photoX = ImagesX($images_orig);
$photoY = ImagesY($images_orig);
$images_fin = ImageCreateTrueColor($width, $height);
ImageCopyResampled($images_fin, $images_orig, 0, 0, 0, 0, $width+1, $height+1, $photoX, $photoY);
ติดตรงนี้นะคะ คือถ้ากำหนดให้มันอับไปฟาสอื่นเช่น /images มันไม่ได้นะคะ แต่ถ้า images/ นะได้ จะแก้ยังไงคะ งงงงงงงง
ImageJPEG($images_fin,"images/".$new_images);
ImageDestroy($images_orig);
ImageDestroy($images_fin)
?>
Tag : PHP
|
|
|
|
|
|
Date :
2013-07-01 20:25:06 |
By :
งงงงงงง |
View :
526 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พาทมันน่าจะผิด เช็คดีๆ
|
|
|
|
|
Date :
2013-07-01 23:26:21 |
By :
Krungsri |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
images อยู่ level เดียวกับไฟล์นี้ ถ้าคุณจะเปลี่ยน ก็ต้องดูว่า folder ที่จะเปลีี่ยนอยู่ตรงไหน เมื่อเทียบกับไฟล์นี้
|
|
|
|
|
Date :
2013-07-02 04:48:27 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|