rashh Posted December 9, 2020 Share Posted December 9, 2020 I am generating a csv dynamically and getting it downloaded from php but after download the csv only contain the data from database not the heading or the column name of the database. example: my table contain "users" as column name and it has 4 rows like "ram" "sam" "hari" "sita". then after download of csv, the csv is showing only ram, sam, hari sita not the column name users. How to do that? because it is difficult to know who the ram sam are,, are they any vegetables or users Quote Link to comment https://forums.phpfreaks.com/topic/311834-csv-column-heading-php/ Share on other sites More sharing options...
Barand Posted December 9, 2020 Share Posted December 9, 2020 What's your current code to produce the csv? Quote Link to comment https://forums.phpfreaks.com/topic/311834-csv-column-heading-php/#findComment-1582913 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.