S
S
Sergey Kiryanov2019-05-30 17:06:13
PHP
Sergey Kiryanov, 2019-05-30 17:06:13

How to give XML for download?

How to send an XML file for download using PHP, if it is generated in the browser on the page in this format through the headerheader ("Content-Type: text/xml; charset=utf-8");
09dd5-clip-70kb.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
Lander, 2019-05-30
@Dizzy221

header("Content-Disposition: attachment; filename=file.xml");

O
Oleg, 2019-05-30
@politon

TYTS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question