A2xA Posted January 21, 2008 Share Posted January 21, 2008 I need to use the print screen key and then get a picture of it where the user can edit it on a webpage. To do this what would be the best way? Would is use the print function? Or take an actual picture? I'm not really sure all help is appreciated Quote Link to comment https://forums.phpfreaks.com/topic/87127-prtsc-or-print-screen-and-php/ Share on other sites More sharing options...
taith Posted January 21, 2008 Share Posted January 21, 2008 php is FAR before it hits the clients computer... so there really is no way of doing this through php... you'd need to use somin like javascript... assign a function to the printscreen key... how... would be beyond my skill set... Quote Link to comment https://forums.phpfreaks.com/topic/87127-prtsc-or-print-screen-and-php/#findComment-445600 Share on other sites More sharing options...
A2xA Posted January 21, 2008 Author Share Posted January 21, 2008 Well, not really print screen. It just needs to take a screenshot of a webpage. Like print screen. Quote Link to comment https://forums.phpfreaks.com/topic/87127-prtsc-or-print-screen-and-php/#findComment-445602 Share on other sites More sharing options...
phpSensei Posted January 21, 2008 Share Posted January 21, 2008 Well, not really print screen. It just needs to take a screenshot of a webpage. Like print screen. Thats Exactly like print screen. Quote Link to comment https://forums.phpfreaks.com/topic/87127-prtsc-or-print-screen-and-php/#findComment-445604 Share on other sites More sharing options...
taith Posted January 21, 2008 Share Posted January 21, 2008 aah... well then... its not easy... but i know its possible... http://www.m-software.de/screenshot/ they have a program which does this... dont ask me how, i've often wondered/asked, never gotten an answer(i dont speak german ) Quote Link to comment https://forums.phpfreaks.com/topic/87127-prtsc-or-print-screen-and-php/#findComment-445605 Share on other sites More sharing options...
A2xA Posted January 21, 2008 Author Share Posted January 21, 2008 Well, not really print screen. It just needs to take a screenshot of a webpage. Like print screen. Thats Exactly like print screen. You have a point. I just need it to open a new frame and have a still image of the picture. Quote Link to comment https://forums.phpfreaks.com/topic/87127-prtsc-or-print-screen-and-php/#findComment-445609 Share on other sites More sharing options...
taith Posted January 21, 2008 Share Posted January 21, 2008 for example... http://www.m-software.de/thumbshots-simple.php Quote Link to comment https://forums.phpfreaks.com/topic/87127-prtsc-or-print-screen-and-php/#findComment-445617 Share on other sites More sharing options...
A2xA Posted January 21, 2008 Author Share Posted January 21, 2008 yes yes. Like that, except when it opens it's not a thumbshot, it's the whole page. like, http://www.myadress.com/go.php?mode=methodofchange&url=http://google.com Quote Link to comment https://forums.phpfreaks.com/topic/87127-prtsc-or-print-screen-and-php/#findComment-445619 Share on other sites More sharing options...
A2xA Posted January 21, 2008 Author Share Posted January 21, 2008 I found a code to do it. By alexa look. Except I don't want a thumbnail I want a full page <?php echo "<img src="http://thumbnails.alexa.com/image_server.cgi?size=large&url=$siteurl">"; ?> Quote Link to comment https://forums.phpfreaks.com/topic/87127-prtsc-or-print-screen-and-php/#findComment-445626 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.