Archive: curl

 

Posts Tagged ‘curl’


Bespoke Object-Oriented PHP Automated Scraping System The aim of this project is to put together an automated price retrial system, capable of running on its own. The system will collect general information for general products as well as more detailed information for named products. Discs Like New Discs Like New offer a professional, effective and [...]



 

I just hit an intriguing situation where a page that was perfectly viewable in my browser was not visible via curl. I scratched my head and messed around testing the page in variety of online proxy services and local web browsers. I even stared messing about with telnet and manually typing headers. My conclusion was [...]



 

One of the most useful and powerful things you can do with PHP is to create a programme which will simulate a web browser and can grab data, post data to forms and generally interact with other web sites - automatically. For PHP to be able to work like this it must have the CURL [...]