Need PHP code to create Thumbnails of webpage

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
Rahul123
Forum Newbie
Posts: 1
Joined: Sun Sep 20, 2009 9:34 pm

Need PHP code to create Thumbnails of webpage

Post by Rahul123 »

Hi,
Need PHP code to create Thumbnails of webpage.
Anyhelp will be appreciated.

Thanks
ricehigh
Forum Newbie
Posts: 21
Joined: Mon Sep 14, 2009 5:18 pm

Re: Need PHP code to create Thumbnails of webpage

Post by ricehigh »

User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: Need PHP code to create Thumbnails of webpage

Post by jackpf »

I think you might want to look into PHP's COM functions. It's windows only btw. And they're pretty complicated. I tried this once and couldn't do it :P
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: Need PHP code to create Thumbnails of webpage

Post by Mark Baker »

I think the OP is after making thumbnails from html pages rather than from images.
jackpf has mentioned a windows option. *nix options include cutycapt or khtml2png
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: Need PHP code to create Thumbnails of webpage

Post by jackpf »

Ahh I didn't know of those linux functions. I'd only heard of the COM method. Nice :)
Post Reply