Re: [PHP] how can i creat a file and write a string to it!

2001-07-16 Thread Jason Bell
nday, July 15, 2001 10:27 AM Subject: [PHP] how can i creat a file and write a string to it! > i've been looking for an adequate answer all morning in the archives, > but can't find one, neithr can i understand the manual. > > all i want to do is for php to take the strong s

Re: [PHP] how can i creat a file and write a string to it!

2001-07-15 Thread Chris Anderson
Try looking under "Filesystem" functions in the manual. - Original Message - From: "sunny AT wde" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Sunday, July 15, 2001 1:27 PM Subject: [PHP] how can i creat a file and write a string to

Re: [PHP] how can i creat a file and write a string to it!

2001-07-15 Thread John Meyer
At 06:27 PM 7/15/01 +0100, sunny AT wde wrote: >i've been looking for an adequate answer all morning in the archives, > > fwrite($file, $articletext); > Don't you have to do a fopen beforehand? John Meyer [EMAIL PROTECTED] Programmer If we didn't have Microsoft, we'd have to blame ourselves

[PHP] how can i creat a file and write a string to it!

2001-07-15 Thread sunny AT wde
i've been looking for an adequate answer all morning in the archives, but can't find one, neithr can i understand the manual. all i want to do is for php to take the strong sent to it through a form, and create a new file with a name "2.html" for example, and write the string to it. how can i qu