Just let jQuery create an img-element that points to the php file:

<img src="image_script.php?param1=foo&param2=bar" />

Also make sure the php script outputs correct response headers
(content-type etc).

--
Suni

Reply via email to