Take a screenshot of website using php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
masondiamon
Forum Newbie
Posts: 5
Joined: Wed Sep 27, 2006 4:53 am

Take a screenshot of website using php

Post by masondiamon »

Hi, I'm just wondering if theres a way I can make a script I can tell it to go through a list of websites and it would go there and take a screenshot of that page and save it to a folder, so for each website I would have a screenshot of the home page.
Thanks
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

No :)

Unless you want to write up an html rendering engine in PHP.
User avatar
DaveTheAve
Forum Contributor
Posts: 385
Joined: Tue Oct 03, 2006 2:25 pm
Location: 127.0.0.1
Contact:

Post by DaveTheAve »

WTF??? This is the EXACT question i was gonna ask in a few days lol!
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

it's been asked many times before...

I've never used it, and it's not PHP, but I've heard good things about this service...
http://www.webshotspro.com/
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post by wtf »

Here's another one. Very simple to use....

http://bluga.net/webthumb/
Post Reply