> Dear phpers,
> I'm using php 4.2.2 and gd version 1.8 which seems don't 
> support gif pictures.
> However, I want to send a single gif picture to the client side.
> How can I do it?
> 
> Any help would be appreciated.

A single gif - that you have already made?

<img src="mygif.gif">

Or, if you are using a script to generate the image and are switching
between types, after you have sent the correct headers use:

readfile ("mygif.gif");

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

Reply via email to