|
Posted by Rik on 07/16/07 18:42
On Mon, 16 Jul 2007 07:32:53 +0200, <java.inet@gmail.com> wrote:
> HI
>
> this is new bie
>
>
> how to store an images by using php gd2 library
>
RTFM:
http://www.php.net/imagepng (or any of the others for that matter):
bool imagepng ( resource $image [, string $filename [, int $quality [, int
$filters]]] )
....
filename
The path to the saved file. If not set or NULL, the raw image stream will
be outputed directly.
So, just give it a filename to a directory where you've got writing rights.
--
Rik Wasmus
Navigation:
[Reply to this message]
|