View Single Post
Old 10-05-2012, 06:43 AM   PM User | #3
durangod
Senior Coder

 
Join Date: Nov 2010
Posts: 1,177
Thanks: 214
Thanked 31 Times in 30 Posts
durangod is on a distinguished road
PHP Code:

file_put_contents
(
    
'./print_r.' date'YmdHis' ) . '.txt',
    
print_r$_SESSIONTRUE )
); 
so that would put it in print_rwhatever the date is.txt

right.. and it would write it in the same folder i am in currently or the root?
durangod is offline   Reply With Quote