View Single Post
ישן 01-04-06, 21:58   # 1
Alon.R
הוסטסניון
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 2,435

Alon.R לא מחובר  

שאלה לגבי GD ושילובו עם טופס..

יצרתי תמונת GD בסגנון הזה:

PHP קוד:
header ("Content-type: image/png");
$img_handle ImageCreate (7030) or die ("Cannot Create image");
$back_color ImageColorAllocate ($img_handle000000000);
$txt_color ImageColorAllocate ($img_handle255255255);
ImageString ($img_handle3155,$text$txt_color);
ImagePng ($img_handle); 
הבעיה שאני לא יכול לשלב את התמונה בטופס HTML/PHP בגלל שהheader לא מתאים.

איך אני נותן לתמונה שיצרתי שם או שיש שיטה אחרת לשלב את התמונת GD בטופס HTML/PHP?

תודה לעוזרים.
  Reply With Quote