Use the unlink() function to ____________________ files. code example Example: php unlink <?php unlink('test.html'); ?>