put comma as separator in export to CSV in php
问题 I have to get mysql data in a CSV file on click of download button. The below code exports data successfully but adds space as separator. But I need comma to be separator not space, As there are space in mysql data and also on static header of csv file. HTML code is below. <form name="downloadform" id="downloadform" action="exportcsv.php" method="POST"> <div style="font-weight:bold; line-height:30px;" class="TableContainer"> <label>Download CSV Format:</label> <button class="blue" name=