אשכול: PHP | GD
View Single Post
ישן 23-03-08, 22:26   # 2
Daniel
אחראי פורום
 
מיני פרופיל
תאריך הצטרפות: Mar 2007
הודעות: 2,875

Daniel לא מחובר  

PHP קוד:
if (fontwidth * strlen(text) > imagewidth) {
text = wordwrap($text, imagewidth / fontwidth - 10
} 
10 שיהיה יותר נקי XD

משהו בסגנון הזה
  Reply With Quote