Possible Duplicate:
Website screenshots using PHP
is it possible to make a thumb of a website using php?
Like http://buysellads.com/buy they create the thumb automatically of each website.
How can I do?
THanks
Possible Duplicate:
Website screenshots using PHP
is it possible to make a thumb of a website using php?
Like http://buysellads.com/buy they create the thumb automatically of each website.
How can I do?
THanks
You need a browser engine that renders the websites. There is none written in PHP.
But there are some services out there that create the thumbs. You submit an URL and get the thumb back. That's the easiest way.
see this:
http://www.zubrag.com/scripts/website-thumbnail-generator.php
http://webthumb.bluga.net/home
or:
http://forums.digitalpoint.com/showthread.php?t=76454
<?php echo "<img src="http://thumbnails.alexa.com/image_server.cgi?size=large&url=$siteurl">"; ?>