Re: [PHP] Deleteing folders containing files...

2002-03-15 Thread Andrey Hristov
Linux /Unix - $some=`rm -rf your_dir`; Regards, Andrey - Original Message - From: "Philip Jeffs" <[EMAIL PROTECTED]> To: "PHP LIST" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 11:36 AM Subject: [PHP] Deleteing folders containing files... Hi, Does anyone know of an 'easy' way t

[PHP] Re: Deleteing folders containing files...

2002-03-15 Thread Henrik Hansen
[EMAIL PROTECTED] (Philip Jeffs) wrote: > Hi, > > Does anyone know of an 'easy' way to delete folders that contain files and >sub-folders? system("rm -rf folder"); else you need to delete all the folders contents and then the foler itself reccursivly. -- Henrik Hansen -- PHP General Mai

Re: [PHP] writing data to a file, pointers

2002-03-15 Thread mnc
On Fri, 15 Mar 2002, Philip J. Newman wrote: > can someone point me in the right direction for writing data to a file. > > d:/site/file.txt > > infomation: > > [DATE] Information $information = 'Some information'; $filename = 'd:/site/file.txt'; if ((is_writable($filename) || !file_exis

[PHP] Deleteing folders containing files...

2002-03-15 Thread Philip Jeffs
Hi, Does anyone know of an 'easy' way to delete folders that contain files and sub-folders? Thanks, Phil - Philip Jeffs The Tickle Group The Gate House Summerseat Bury Lancashire BL9 5PE United Kingdom W: http://www.tickle.co.uk T: 01706 823456 F: 01706 829500 E:

[PHP] writing data to a file, pointers

2002-03-15 Thread Philip J. Newman
can someone point me in the right direction for writing data to a file. d:/site/file.txt infomation: [DATE] Information Please point me right. Philip J. Newman PhilipNZ :: Design Solutions http://www.philipnz.com/ [EMAIL PROTECTED] ICQ# 20482482 +64 25 6144012

[PHP] has anyone used cookies with snoopy?

2002-03-15 Thread Underbrush
Hello everyone, Does anyone know how to retrieve a cookie with snoopy, such that I could store it and use it to reinitialize the cookie variable the next time I use snoopy. Or, could I take the cookie off my system and use it to initialize the cookie variable? I desperately need to figure thi

<    1   2