View Single Post
ישן 12-02-06, 13:01   # 3
Kuchi
הוסטסניון
 
Kuchi's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: אור יהודה
גיל: 37
הודעות: 2,540
שלח הודעה באמצעות MSN אל Kuchi

Kuchi לא מחובר  

חמוד אבל חחח יכולת לעשות ככה
PHP קוד:
<?php
  $date 
date("d.m.y [H:i:s]");
  
$im imagecreate(17020);
  
$bg imagecolorallocate($im255255255);
  
$textcolor imagecolorallocate($im00255);
  
imagestring($im500$date$textcolor);
  
header("Content-type: image/jpg");
  
imagejpeg($im);
?>
וככה יוצר יותר יפה + יותר קצר מהקוד שלך