Does anyone know how to take a screenshot of a website (using php) on a linux based server?
Printable View
Does anyone know how to take a screenshot of a website (using php) on a linux based server?
The Browsershots service, which gives you screenshots of your website from different browsers/operating systems released their source code:
http://sourceforge.net/projects/browsershots/files/
Might help, not sure. Uses a lot of Python, I doubt PHP will let you do that sort of thing.
Php running a full system image? such as a backup or ....?
Thanks for the link Hamhey