PHP GET Request, sending headers
Posted
by James Jeffery
on Stack Overflow
See other posts from Stack Overflow
or by James Jeffery
Published on 2010-06-13T14:55:09Z
Indexed on
2010/06/13
15:02 UTC
Read the original article
Hit count: 146
php
I need to perform a get request and send headers along with it. What can I use to do this?
The main header I need to set is the browser one. Is there an easy way to do this?
© Stack Overflow or respective owner