I have a filelist.txt file
and i create clear.php file to clear the content of filelist
in index.html i put a button to call clear.php to clear
Can anyone help me out regarding:
What php code should i write in clear.php
How to code a button to call clear.php and then return back to index.html showing the result that it has been cleared?
Thank You