|
Posted by Gordon Burditt on 02/21/07 10:39
>> >Is it possible to take a screen shot of the browser using PHP?
>>
>> I don't think you can directly.
>> But ISTR that, if you have KDE, you can dump Konqueror's screens to
>> PNG etc.
>>
>> And I guess this could be "front-ended" with PHP?
>>
>> But it was a few years ago that I played, and I could be wrong...
>> --
>> Locate your Mobile phone: <http://www.bizorg.co.uk/news.html>
>> Great gifts: <http://www.ThisBritain.com/ASOS_popup.html>
>
>Dear Howa,
>
>as David said. PHP can not do it by itself. But you can use e.g.
>system() to access the print-screen functionality of your operating
>system or graphical front end - e.g. KDE.
PHP runs on the server. Any use of system() will also run on the server.
Taking a snapshot of the screen of the server is (a) likely not what
was wanted, (b) a significant security hole on the server, (c) even
if you somehow could get the screen snapshot to work on the client
machine, it's a security breach there also.
Navigation:
[Reply to this message]
|