<?php //Description: Erases everything in both db.txt, db2.txt. file_put_contents("/var/www/html/db.txt", ""); file_put_contents("/var/www/html/db2.txt", ""); ?>