[PHP] Splitting 12345 -> 1,2,3,4,5

2004-09-15 Thread Michael Mao
Anyone know how I can split a number into individual digits?
Thanks,
Michael
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Splitting 12345 -> 1,2,3,4,5

2004-09-15 Thread Michael Mao
Thanks John.
Found what I'm looking for:
Function str_split()
On Wed, 15 Sep 2004 23:48:33 -0400, John Holmes <[EMAIL PROTECTED]>  
wrote:

Michael Mao wrote:
Anyone know how I can split a number into individual digits?
http://us2.php.net/manual/en/function.preg-split.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] thumbnail of webpage

2004-09-17 Thread Michael Mao
Is there a way to capture a snapshot of a html page and save it as a jpg  
using php?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] thumbnail of webpage

2004-09-20 Thread Michael Mao
Great link. This tool is exactly what I'm looking for. Thanks!


On Mon, 20 Sep 2004 08:01:15 -0500 (EST), Ed Curtis <[EMAIL PROTECTED]> wrote:
> 
> If you have a Linux box available here's something to try although it
> does have some required software.
> 
> http://www.babysimon.co.uk/khtml2png/index.html
> 
> There is also a link on the site for a commercial product for Windows that
> does the same thing.
> 
> I can't endorse either one as I have not used them. Just giving the
> information.
> 
> Ed
> 
> 
> 
> 
> On Sat, 18 Sep 2004, raditha dissanayake wrote:
> 
> > Michael Mao wrote:
> >
> > > Is there a way to capture a snapshot of a html page and save it as a
> > > jpg  using php?
> > >
> > This is something that's very very hard to do with PHP but can be easily
> > done with Java.
> >
> >
> >
> >
> > --
> > Raditha Dissanayake.
> > 
> > http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload
> > Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
> > Graphical User Inteface. Just 128 KB | with progress bar.
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> 
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php