Re: [PHP] html image

2005-03-28 Thread Richard Lynch
On Thu, March 24, 2005 10:48 am, delos said: > i would like to produce a script that can make an image ("screenshot") > based only on the site url. so that i enter an URL and php makes the > picture. > > can such a thing be done by php? if not, maybe by some other language? I don't THINK anybody m

Re: [PHP] html image

2005-03-25 Thread Joe Harman
check out http://www.whois.sc they do exactley what you are talking about. i don't think you can make PHP do this.. there maybe someway to do it with imagemagik but i am not even sure about that also... here is a free ware program that does it.. but you have to do it manually http://www.s

Re: [PHP] html image

2005-03-25 Thread Dotan Cohen
On Thu, 24 Mar 2005 20:48:50 +0200, delos <[EMAIL PROTECTED]> wrote: > i would like to produce a script that can make an image ("screenshot") > based only on the site url. so that i enter an URL and php makes the > picture. > > can such a thing be done by php? if not, maybe by some other language?

Re: [PHP] html image

2005-03-24 Thread Leif Gregory
Hello delos, Thursday, March 24, 2005, 11:48:50 AM, you wrote: d> i would like to produce a script that can make an image d> ("screenshot") based only on the site url. so that i enter an URL d> and php makes the picture. Hmmm. It can be done. See http://www.whois.sc/www.php.net But I'm just not

Re: [PHP] html image

2005-03-24 Thread Stephen Johnson
I have done this sort of thing with PDF's but I have never done it with images. It has also always been a web page that is on my site -- I get the impression that you want to read in someone else's url and do this. I would start off by looking at the ob_start and other related functions. Once yo