MCQs > IT & Programming > PHP > Which code snippet has the most appropriate headers to force the browser to download a CSV file?

PHP MCQs

Which of the following code snippets has the most appropriate headers to force the browser to download a CSV file?

Answer

Correct Answer: header("Content-type: text/csv"); header("Content-Disposition: attachment; filename=file.csv"); header("Pragma: no-cache"); header("Expires: 0");

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it