List Question
20 TechQA 2023-10-23T10:52:58.047000Parse escaped comma in a csv file using PHP
156 views
Asked by Nikhil Mohan
How to provide a string delimeter in fgetcsv()
19 views
Asked by Jurgen
PHP script creates XML files from CSV's but holds 0 contents
62 views
Asked by grimx
PHP processes a CSV file into 19 Smaller CSV's very slow
127 views
Asked by grimx
Using fgetcsv to replace commans within numbers
41 views
Asked by Volatil3
Combine/move one column from CSV to another CSV as last column
143 views
Asked by Luke
Prepared Statements php array from csv into mysql
16 views
Asked by Br549
Behavior of fgetcsv through SplFileObject is not the same from PHP 8.0 to 8.1 - how to stay backwards compatible?
131 views
Asked by Réal Thibeault
how to have checking on date on csv upload PHP
37 views
Asked by user6001531
PHP fopen or file_get_contents reading CSV files with fgetcsv
927 views
Asked by mrdigitalis
Should I use "fgetcsv" instead of "array_map" and how to do it?
240 views
Asked by Guillaume
Creating pages from a csv file
341 views
Asked by user2367177
PHP import csv NULL for empty col
271 views
Asked by Eleonora Iacopini
PHP Get accurate record count when importing csv
40 views
Asked by crosenblum
How do I enclose a field with double quotes, using fgetcsv
50 views
Asked by Bruno Bincoletto
How to keep using the csv data even after the we lose access to the file?
87 views
Asked by Rey
Saving HTML table to CSV on server from client side
535 views
Asked by Ramsey
Detect if a row read in by fgetcsv is the last row of the csv file with PHP 7.4
539 views
Asked by Nono
Uploaded CSV file with 4 columns and NO header. Need to create array and assign a specific key value to each column
276 views
Asked by Neil_Tinkerer