Arama butonu
Bu konudaki kullanıcılar: 1 misafir, 1 mobil kullanıcı
2
Cevap
245
Tıklama
0
Öne Çıkarma
-[*]- Php ile resim oluşturmak !
A
19 yıl
Yarbay
Konu Sahibi

<? 

$imagekod = '';

for ($i = 0; $i < 8; $i++) {

$imagekod .= chr(mt_rand(100,120));
$imagekod=strtoupper($imagekod);
}
// set up image
$height = 30;
$width = 100;
$im = ImageCreate($width, $height);
$white = ImageColorAllocate ($im, 255, 255, 255);
$black = ImageColorAllocate ($im, 128, 0, 0);

// draw on image
ImageFill($im, 0, 0, $black);
// ImageLine($im, 0, 0, $width, $height, $white);
ImageString($im, 300, 15, 10, $imagekod, $white);

// output image
Header ("Content-type: image/png");
ImagePng ($im);

// clean up
ImageDestroy($im);

?>

DH forumlarında vakit geçirmekten keyif alıyor gibisin ancak giriş yapmadığını görüyoruz.

Üye olduğunda özel mesaj gönderebilir, beğendiğin konuları favorilerine ekleyip takibe alabilir ve daha önce gezdiğin konulara hızlıca erişebilirsin.

Üye Ol Şimdi Değil