drawing images and text
- From: avlee <xx@xxxxx>
- Date: Wed, 28 Feb 2007 10:13:40 +0100
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
.
- Follow-Ups:
- Re: drawing images and text
- From: Kimmo Laine
- Re: drawing images and text
- Prev by Date: How can I change a file's date?
- Next by Date: Re: How can I change a file's date?
- Previous by thread: How can I change a file's date?
- Next by thread: Re: drawing images and text
- Index(es):
Relevant Pages
|