php $file='people.txt'; // The new person to add to the file $person= John Smith\n ; // Write the contents to the file, // using the FILE_APPEND flag to append the conten...www.php.netTIME.rfTime = +new Date;
#install under Ubuntu 16.04: * if you have access to PHP7.1: sudo apt install php7.1-gd && sudo systemctl restart apache2 * if you have access to PHP7.0: sudo apt install p...www.php.net