Posts by Octavio Crosara • 1 point
1 post
-
0
votes2
answers4811
viewsA: Create CSV file from PHP
You only need to set the Delimiter field in the fputcsv function CSV separates each column through the character ; In this case you have to define the delimiter of the function as being ";"…