/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php function sendCsv($data, $filename) { foreach ($data as $r) { } echo $contents; exit; }