View Single Post
Old 10-05-2012, 06:30 AM   PM User | #2
kbluhm
Senior Coder

 
kbluhm's Avatar
 
Join Date: Apr 2007
Location: Philadelphia, PA, USA
Posts: 1,503
Thanks: 2
Thanked 258 Times in 254 Posts
kbluhm will become famous soon enough
Use the second argument to return rather than print:
PHP Code:
file_put_contents(
    
'./print_r.' date'YmdHis' ) . '.txt',
    
print_r$varTRUE )
); 
__________________
ZCE
kbluhm is offline   Reply With Quote
Users who have thanked kbluhm for this post:
durangod (10-05-2012)