csv_from_result only returning column labels |
I'm looking to use CSV from result to produce a CSV file from a query; my code is like this;
PHP Code: $delimiter = ","; and only returns the following Code: "learnerID","NameFirst","NameLast","MobileNumber" Code: array (size=3) |
Messages In This Thread |
csv_from_result only returning column labels - by CraigAMcLeod - 05-04-2017, 11:20 PM
RE: csv_from_result only returning column labels - by Rufnex - 05-05-2017, 01:47 AM
RE: csv_from_result only returning column labels - by CraigAMcLeod - 05-05-2017, 01:54 AM
RE: csv_from_result only returning column labels - by CraigAMcLeod - 05-07-2017, 12:39 AM
|