Questions tagged as 'fputcsv'

1
answer

Obtain the ID of an Order, at the moment of sending it by PHP to BBDD (For a CSV)

I try to do the following: When you send a FORM , you generate an order, which, through Ajax, you send to the database. Next, I have another Ajax, (both in jQuery when submitting) that pulls out a csv file from the order: <?php $c...
asked by 30.08.2018 / 16:01
0
answers

Problem Update column of a csv. using php

Hello, I find the following code: //Abrimos el fichero en modo c+, que permite lectura y escritura sin truncar el fichero, como hace w $f = fopen(__DIR__ .'/datos/saved.csv', 'c+'); $cursor = 0; while ($row = fgetcsv($f)) { $result = $row...
asked by 16.03.2018 / 07:59