Re: [PHP] Basic fopen() question

2001-07-04 Thread Philip Olson
Normally when I'm looking for a function I start at a given spot, for example, you've found yourself here : http://www.php.net/manual/en/function.fopen.php >From there, a good place to go is the given section, which in this case is here : http://www.php.net/manual/en/ref.filesystem.php Whi

Re: [PHP] Basic fopen() question

2001-07-04 Thread ReDucTor
file() http://php.net/file - Original Message - From: JCampbell <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 10:48 AM Subject: [PHP] Basic fopen() question > I had an example of a function to open a file and read its contents into an > array. It worked so tha