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
How to send cookie with image request
Moderators: onion2k, General Moderators
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: How to send cookie with image request
Cookies and GD are two very different areas. Use setcookie() or a framework equivalent.