Ave,

Hmmm... Not familiar with glob() at all... Let me dig!
Thanks!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rahul Sitaram Johari
CEO, Twenty Four Seventy Nine Inc.

W: http://www.rahulsjohari.com
E: [EMAIL PROTECTED]

³I morti non sono piu soli ... The dead are no longer lonely²



On 3/30/07 5:23 AM, "Robin Vickery" <[EMAIL PROTECTED]> wrote:
> 
> yeah, you use glob()
> 
> http://www.php.net/glob
> 
> <?php
> foreach (glob("${phone}*.ext") as $filename) {
>     //...
> }
> ?>
> 
> --
> 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

Reply via email to