Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- i need you tube annonations are not avavible how can i get it turn on turn off need help
- There is a other way, it`s a firefox plugin called DownThemAll!
- What do you need that for?
- you can use vista manager to see system information it complete enough.
- Thanks, I was about to try to just search for a telnet client and download it. To tell the truth..it might have been faster... god I hate vista.
Tech-Recipes
Cookbook of Tech TutorialsPHP: Delete or unlink a file on the server | PHP programming | Tech-Recipes
Started by qdideas · 9 months ago
5 months ago
2 months ago
$tmpfile = "/full/path/to/delete-me.txt";
if (file_exists($tmpfile)) { unlink ($tmpfile); }
1 month ago