How to save webpage as a image file using PHP?

html, javascript, php

Solution

Check out http://browsershots.org/ and Webkit2Png

Problem

I want to save webpage as image file or i want to take snapshot of an webpage using PHP. Just like firefox extension Fireshot doing.

Original source

Related problems