Whenever I try to delete the counter.txt using PHP, I always get an error:
Fatal error: Call to undefined function delete() in C:\XAMPP\htdocs\jellykat\control-panel.php on line 12
Here is my code:
<?php delete("counter.txt"); ?>
What's wrong with it? Can you suggest me ways on the other methods that I can delete the counter.txt?
Don't blame me. I got the delete() method from here: http://www.w3schools.com/php/func_filesystem_delete.asp
unlinkinstead.unlink()orunset()in the wrong place."