Posted by avlee on 02/28/07 09:13
Hello
i have a code:
/* some code creating picture */
header("Content-type: image/jpeg");
imagepng($new);
it draws my picture correctly.
But what to do when i want to draw a picture on my page - with other text
data ?
When i tried to:
header("Content-type: image/jpeg");
echo "Some text"
imagepng($new);
my web browser received "Some text <image code" and did not know how to
display it.
How can i fix it and display drawed image along with other things on my
page ?
Thanx
Navigation:
[Reply to this message]
|