Php wrote:
like i call an image if the img tag but instead of loading the image it
loads a php script


did you send the mime-type header first? Something like: header("Content-Type: image/png"); Then you can do an include of the image or something like that.

"Jason Wong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

On Friday 16 July 2004 08:06, php wrote:


how do you catch an image request and instead of the image display php?

Please elaborate.

--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Neil Armstrong tripped.
*/

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to