[PHP] Re: how to delete files?

2002-11-13 Thread nicos
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

[PHP] Re: how to delete files?

2002-11-13 Thread Jeff Bluemel
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