|
It'd be impossible for php to do because the php code only executes on the server. Taking a picture of the browser view would have to happen on the client.
There may be something in javascript to do that, and then you could send it back to the server with javascript, but you couldn't do it in php because the php code isn't code anymore by the time it gets to the browser.
__________________
Stop intellectual property from infringing on me
Last edited by teknomage1; 04-19-2006 at 12:46 PM.
|