RE: How can I send a gif picture to the mobile client via php?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux