SyntaxFix
Write A Post
Hire A Developer
Questions
Try this code:
<?php header("Content-type: application/vnd-ms-excel"); header("Content-Disposition: attachment; filename=hasil-export.xls"); include 'view-lap.php'; ?>