ferret147 Posted March 17, 2009 Share Posted March 17, 2009 I got a strange one for you that has been baffling me for awhile now. I want to be able to self delete a page on command! Lets say we have a file called config.php and all the database settings etc are stored in this file, now we use this file as a include to get the DB settings for a website script. Now when I physically visit this page I want to be able to enter a predefined password, click a button and the page deletes its self from the server. Any advice as to how to do this would be greatly appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/149747-solved-self-delete/ Share on other sites More sharing options...
.josh Posted March 17, 2009 Share Posted March 17, 2009 if you have the chmod permissions, unlink Quote Link to comment https://forums.phpfreaks.com/topic/149747-solved-self-delete/#findComment-786349 Share on other sites More sharing options...
ferret147 Posted March 17, 2009 Author Share Posted March 17, 2009 Wow it is that simple, thanks for your advice. Easy when you know I guess Quote Link to comment https://forums.phpfreaks.com/topic/149747-solved-self-delete/#findComment-786353 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.