View Single Post
Old 10-05-2012, 07:32 AM   PM User | #5
durangod
Senior Coder

 
Join Date: Nov 2010
Posts: 1,191
Thanks: 217
Thanked 31 Times in 30 Posts
durangod is on a distinguished road
well i thought i had it, it didnt work so i even tried something very very simple

PHP Code:
$file 'aaad_r.txt'//this should put it at the very top of the file names(easy find)
$current "hello there\n";
file_put_contents($file$current); 
i even created the file name first and ran this and the file is empty

checked every dir all the way back to the root and no file.

Last edited by durangod; 10-05-2012 at 07:34 AM..
durangod is offline   Reply With Quote