Generating snapshot of a webpage

Hi,

I want to write a PHP script that generates the snapshot of the webpage of a given URL, I wonder what sort of PHP functions shall I look into?

Thanks,
Belle :slight_smile:

http://php.net/manual/en/function.imagegrabscreen.php

Looks like the above function is only available on windows. Try this one then: http://code.google.com/p/wkhtmltopdf/

Thanks you very much aaarrrggh~ :slight_smile: