Learn about how to fetch database record in php tamil | how to export database record into excel sheet in php tamil | how to download records in excel sheet in php mysql database | export database fetched record into excel sheet in php | export mysql into excel sheet in php tamil
If we want to download records into excel sheet then we have to write the code for fetch records and then give the following headers to download into excel sheet.
header("Content-Disposition: attachment; filename=\"$filename\"");
header("Content-Type: application/vnd.ms-excel");
How to fetch record from database:
• #2) How to fetch data from mysql db i...
How to convert array to string in php
• #9 How to convert array to string in ...
email: [email protected]