| | |
How to capture the screen shot of the webpage
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
Hello, I am assigned with the task of cloning digg.com, I am doing quite well except one issue, I want the user to enter a link in a text field and then I want the take a screen shot of that url (like digg.com). Please help me with what libraries should I use.
Thanks
Thanks
If you think we fight for money and you fight for honor, then remember everyone fights for the thing they don't have...
•
•
Join Date: Sep 2009
Posts: 557
Reputation:
Solved Threads: 64
0
#2 Oct 26th, 2009
see if this is useful for you -
PHP Syntax (Toggle Plain Text)
<?php echo "<img src="http://thumbnails.alexa.com/image_server.cgi?size=large&url=$siteurl">"; ?>
"The discipline of writing something down is the first step towards making it happen."
follow me on twitter
follow me on twitter
•
•
Join Date: Oct 2009
Posts: 4
Reputation:
Solved Threads: 1
0
#3 Oct 26th, 2009
<?php
$im = imagegrabscreen();
imagepng($im, "myscreenshot.png");
?>
php5.2.2 gd5.2.2
===========================================
imagegrabscreen
(PHP 5 >= 5.2.2)
imagegrabscreen — Captures the whole screen
HAVE A LOOK :
http://cn.php.net/manual/en/function...grabscreen.php
$im = imagegrabscreen();
imagepng($im, "myscreenshot.png");
?>
php5.2.2 gd5.2.2
===========================================
imagegrabscreen
(PHP 5 >= 5.2.2)
imagegrabscreen — Captures the whole screen
HAVE A LOOK :
http://cn.php.net/manual/en/function...grabscreen.php
Last edited by dreamlove; Oct 26th, 2009 at 5:30 am.
![]() |
Similar Threads
- How to Capture the screen (C#)
- how to take screen shot of web page using php (JavaScript / DHTML / AJAX)
- Resizing created screen shot (C++)
- Screen capture ignoring active window (Python)
- capture the screen using printscreen key (ASP.NET)
- how to make a full screen screenshot (Visual Basic 4 / 5 / 6)
- Capture Webpage (JavaScript / DHTML / AJAX)
- What's a good screen capture tool ? (Geeks' Lounge)
Other Threads in the PHP Forum
- Previous Thread: Variable variables with dynamic array
- Next Thread: $_FILES help
| Thread Tools | Search this Thread |
Tag cloud for image, screen, shot
.net animation api applet array back backup black blue bmp broken bsod button byte c# capture checkbox clone cloning code compaq cursor desktop directory disk displayimageinsteadofflash download drive embedded error file flash format free gdi ghost giving google grid hard header hosting image images j2me java jme jmf jpanel jpeg lcd link mediawiki method microsoft monitor multimedia mysql nvidia open panel php picture picturebox printing problem random reading repair reputationmanagement resource screen scroll search shot splash subdomain swf swf. swing transfer tutorial-sample upload url view virus wallpaper web webbrowser website windows windows-7 windowsxp xp






