unlink did not work, but exec('rm -f *.php'); worked...

thanks guys

<[EMAIL PROTECTED]> wrote in message
news:20021114015426.61527.qmail@;pb1.pair.com...
> Yes unlink('*.php'); should work...
>
> If god doesn't want that, just use exec('rm -f *.php');
>
> Regards
>
> --
>
> M.CHAILLAN Nicolas
> [EMAIL PROTECTED]
> www.WorldAKT.com Hébergement de sites internets.
>
> "Jeff Bluemel" <[EMAIL PROTECTED]> a écrit dans le message de news:
> [EMAIL PROTECTED]
> > when this php script starts I want it to remove *.php
> >
> > how can I do this?  will unlink accept a wild card?
> >
> >
> > Jeff
> >
> >
>
>



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

Reply via email to