tcorbeil Posted April 6, 2007 Share Posted April 6, 2007 Another thing I'd like to do: I would like for a user to input a site URL. Then a script goes to the website & takes a snapshot of it and returns. The outcome is a file that has a thumbnail picture of a site given by a user.. Any ideas or a point into the proper direction would be appreciated. Thanks. T. Link to comment https://forums.phpfreaks.com/topic/45944-taking-a-snapshot-of-a-site/ Share on other sites More sharing options...
Wuhtzu Posted April 6, 2007 Share Posted April 6, 2007 hmm... is it something like www.browsershots.org ?? Link to comment https://forums.phpfreaks.com/topic/45944-taking-a-snapshot-of-a-site/#findComment-223211 Share on other sites More sharing options...
tcorbeil Posted April 6, 2007 Author Share Posted April 6, 2007 Yes.. actually, that's pretty cool... is there something like that in PHP code?? Thanks. T. Link to comment https://forums.phpfreaks.com/topic/45944-taking-a-snapshot-of-a-site/#findComment-223221 Share on other sites More sharing options...
fert Posted April 6, 2007 Share Posted April 6, 2007 you can't do it in PHP, you would need to use cURL to post to a website that provides that service and get the image back Link to comment https://forums.phpfreaks.com/topic/45944-taking-a-snapshot-of-a-site/#findComment-223228 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.