Are you able to grab a screen shot of s website through PHP, I've tried a free tutorials I found but none seem to work!?
How to grab screenshot of website through PHP?
Collapse
X
-
Short answer: no.
Longer answer: possibly, but probably not the way you would like to. PHP runs on the server, remember, not the client's browser, so you cannot see it how the client sees it. Unless... *you* are the client. You could have your server run a PHP-GTK script that could take a screenshot of your server's open browser window.
Comment