Is it possible to create a PHP file that runs once with no errors and deletes itself?
<?php unlink(__FILE__); ?>