Thread
: Resolved
getting post and session in a file
View Single Post
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
PHP Code:
file_put_contents
(
'./print_r.'
.
date
(
'YmdHis'
) .
'.txt'
,
print_r
(
$_SESSION
,
TRUE
)
);
so that would put it in print_r
whatever the date is
.txt
right.. and it would write it in the same folder i am in currently or the root?
durangod
View Public Profile
Find More Posts by durangod