How to grab screenshot of website through PHP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ziycon
    Contributor
    • Sep 2008
    • 384

    How to grab screenshot of website through PHP?

    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!?
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    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

    • ziycon
      Contributor
      • Sep 2008
      • 384

      #3
      Thanks, I'll just do it manually then, not a massive amount to do.

      Comment

      Working...