mraiur Posted January 24, 2008 Share Posted January 24, 2008 Hi. I need to make a picture screenshot of a site. I need it for a page where there is someting like : <table> <tr> <td>The best web site for PHP support:<td> <td>http://www.phpfreaks.com</td> <td></td> </tr> </table> Quote Link to comment https://forums.phpfreaks.com/topic/87588-make-a-webside-screenshot/ Share on other sites More sharing options...
mraiur Posted January 24, 2008 Author Share Posted January 24, 2008 Is there no one how knows how this can be done Quote Link to comment https://forums.phpfreaks.com/topic/87588-make-a-webside-screenshot/#findComment-448393 Share on other sites More sharing options...
cooldude832 Posted January 24, 2008 Share Posted January 24, 2008 you are tring to do something that you don't realize what a server is a server dosen't have a version of firefox on it to render data, it simply runs code and sends it to the requested client. To take a screen shot it would have to 1) Load the data into some rendering system i.e (ie, ff, safari etc.) 2) Have a visual system to view this rendered system 3) Take a "screenshot" of this rendered data 4) Save said screen shot (php can't take that data off the clipboard with magic) 5) Then set file points to that screenshot in a database of some sort php can do part 5 but the rest must occur from other software php can only activate this other software language via the exec() command. Quote Link to comment https://forums.phpfreaks.com/topic/87588-make-a-webside-screenshot/#findComment-448396 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.