03-19-2009, 03:27 PM
|
#6 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by xenon
Sounds like file_put_contents could help you.
PHP Code:
file_put_contents('filename.txt', 'file contents...');
Why create your own function when the language itself provides you with one? I just don't see the point, unless you want to append to an existing file.
|
Ohhh even better! I didn't know about this function.
Let me look into it....
|
|
|
|