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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.