Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: csv_from_result only returning column labels
Post: RE: csv_from_result only returning column labels

OK I found my problem, essiently using $query = $this->db->get(); basicly futzes with $query's object and makes it useless for csv_from_result. OK, that found out I now have an issue as I do not kn...
6,382 Views
3 Replies
05-07-2017, 12:39 AM
CraigAMcLeod
    Thread: csv_from_result only returning column labels
Post: RE: csv_from_result only returning column labels

Rufnex Wrote: (05-05-2017, 01:47 AM) -- Maybe your sql statement is wrong? You should have somethink like that: Code: -- $query = $this->db->query("SELECT learnerID, NameFirst, NameLast, MobileNum...
6,382 Views
3 Replies
05-05-2017, 01:54 AM
CraigAMcLeod
  Thumbs Down Thread: csv_from_result only returning column labels
Post: 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 = ",";                    $newline = "\r\n";             ...
6,382 Views
3 Replies
05-04-2017, 11:20 PM
CraigAMcLeod

Theme © iAndrew 2016 - Forum software by © MyBB