ציטוט:
נכתב במקור על ידי X-T
OK הקוד עכשיו כזה:
PHP קוד:
$logofiles="logo.png"; $wh = "upload/"; if (is_dir($wh)) { if ($dh = opendir($wh)) { while (($file = readdir($dh)) !== false) { list($w,$h)=getimagesize($logofiles); list($wsh,$hw)=getimagesize($file); imagecopymerge ($image, $logofile, ($wsh-$w), ($hw-$h), 0, 0, $w, $h,100); imagegif ($image,$file); } closedir($dh); } }
שגיאות משורה 8 ו 10 =\ איך אני מתקדם מפה?
|
כי עכשיו אין לך $image
שמע חמוד, אם אתה לא יודע, אל תעשה...תלמד לפני...
תתחיל מקודים פשוטים של GD, לדעתי אתה נכנס קצת למים עמוקים.