0

apending to a file

I read carefully all sentient and written the answer as well from...

1st Nov 2016, 6:20 AM
Shrikant Nagnath Kumbhar
Shrikant Nagnath Kumbhar - avatar
1 Respuesta
0
Hi you can use the function file_put_contents() with the following arguments : <?php file_put_contents(file_name, data_to_write, FILE_APPEND) ?>
2nd Nov 2016, 7:16 PM
DamienR