Take screen shot of the webpage for a given url
Posted: Thu Jun 25, 2009 5:18 am
I have a form which has two fields
1. Email
2. Website url
When the user submits this form an email goes to the email address filled above which contains the screen shot of the webpage whose url is filled above.
I need an image screen shot so that I can send it in an email.
Is there a php script which can take screen shot of the webpage for a given url?
I used file_get_contents() function but it does not display the webpage properly. Some images and links are not shown.
1. Email
2. Website url
When the user submits this form an email goes to the email address filled above which contains the screen shot of the webpage whose url is filled above.
I need an image screen shot so that I can send it in an email.
Is there a php script which can take screen shot of the webpage for a given url?
I used file_get_contents() function but it does not display the webpage properly. Some images and links are not shown.