Instead of writing straight onto the page, I have
Code:
<?php $file = 'gallery1.txt'; //to open the file $current = file_get_contents($file); //to recall its current content $current .= "New content generated from form on submit page\n"; // to add the new data to the
Leave a comment: