Search Results

2
votes

Simulating a cookie-enabled browser in PHP

For a server-side HTTP client you should use the cURL module. It will allow you to persist cookies across multiple requests. It also does some o …