Is it possible to "hook" a web page image in PHP?
3 answers
You cannot do this in PHP alone; but with PHP you can start a browser by telling it to load the url you want and then get a "screenshot" from that browser.
I've heard a couple of times Firefox could do this - there should be some questions + answers here on SO to get you started; here are a few of them:
+1
a source to share