Is it possible to create an image of a website if given a url using php?
thank you
Is it possible to create an image of a website if given a url using php?
thank you
If you can make changes to your webserver, you can use the wkhtmltopdf: http://code.google.com/p/wkhtmltopdf/
There is not a standard way to do this in PHP. Any solution require additional libraries/files.
That being said there are a number of generators you can use to accomplish this using virtually any backend language - and the load to generate the image will be taken care of remotely without bogging down your server(s).
The downside of this approach is that you're dependent on an external service for your site to function properly. This may or may not be too terrible since there are many many such services you could move to.