How to send cookie with image request
Posted: Wed Jul 07, 2010 4:20 am
Hello Experts,
I'm using gd to fetch an image from a remote server.
$res=imagecreatefromJPEG ($url);
I need to have a cookie set with a value along with the call to get the image.
Is this possible with GD?
How would I do that?
Thanks,
Niro
I'm using gd to fetch an image from a remote server.
$res=imagecreatefromJPEG ($url);
I need to have a cookie set with a value along with the call to get the image.
Is this possible with GD?
How would I do that?
Thanks,
Niro