I am having an array having multiple elements and i want each element to be inserted in a column of the same row of a csv file using php.
I am trying hard but can’t find the solution can anyone help me please as soon as possible
I am having an array having multiple elements and i want each element to
Share
The function fputcsv can do the job.