View Single Post
Old 03-19-2009, 03:27 PM   #6 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by xenon View Post
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....
allworknoplay is offline  
Reply With Quote