0
apending to a file
I read carefully all sentient and written the answer as well from...
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)
?>
I read carefully all sentient and written the answer as well from...