Execute Javascript Via Php 14.06.08
The problem: I’m using CURL/PHP to scrape data off websites however these sites sometimes invoke javascript redirects, javascript links, etc. I can only build so much regex to parse this stuff out therefore I’m looking for a more permanent fix by executing the javascript itself on the page rather than parsing what I need out. I understand this involves sort of making an actual web browser.
You’re bidding on a solution to this problem which can be integrated into PHP and preferably still allow me to use CURL.



