[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

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) ||