Jump to content

Make a webside screenshot ...


mraiur

Recommended Posts

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.