Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119405736
SaveToCSV.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jun 26, 15:21
Size
266 B
Mime Type
text/x-php
Expires
Sat, Jun 28, 15:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26995708
Attached To
R4897 i2b2-webclient
SaveToCSV.php
View Options
<?php
header
(
'Content-type: text/csv'
);
$filename
=
"i2b2-export_"
.
$_GET
[
'suffix'
].
"_"
.
date
(
'Ymd-His'
).
".csv"
;
header
(
"Content-disposition: attachment;filename=
\"
$filename
\"
"
);
header
(
"Pragma: public"
);
header
(
"Cache-Control: "
);
?>
<?php
echo
$_REQUEST
[
'csvdata'
]
?>
Event Timeline
Log In to Comment