Possible Duplicate:
Website screenshots using PHP
I have a very simple HTML webpage, styled with some CSS and maybe a little Javascript. Each time it loads it creates a unique "postcard" which I would like to be able to save as an image for download. Is there an easy way to do this?
I know PHP doesn't do rendering, and that's the major issue. Perhaps using some Javascript to take a "screenshot" are the page loads?