[PHP] Question about PHP and images

2001-08-15 Thread Schrotty

I wanted to call a PHP-Skript through a img-Tag and PHP sends a image back.
How can I do that?

Schrotty.*

I'm German, so please be patient with my English.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: Question about PHP and images

2001-08-15 Thread Schrotty

Let's i.e. a Bannerexchange, the users just put an img-tag on there site and
the image appears. I wnat to know how this is possible. I tried already
something like this:
$im = imagecreatefromgif(news.jpg);
imagegif = ();

Schrotty [EMAIL PROTECTED] schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I wanted to call a PHP-Skript through a img-Tag and PHP sends a image
back.
 How can I do that?

 Schrotty.*

 I'm German, so please be patient with my English.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: Question about PHP and images

2001-08-15 Thread Schrotty

My problem is solved!!!

Schrotty [EMAIL PROTECTED] schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I wanted to call a PHP-Skript through a img-Tag and PHP sends a image
back.
 How can I do that?

 Schrotty.*

 I'm German, so please be patient with my English.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]