doubledee Posted January 15, 2012 Share Posted January 15, 2012 Several months ago I created an "Add an Article" form to create articles for my website. Just now it dawned on me that this is really insecure, because if someone happened to know that my form was located at... http://local.dev3/create_article.php ...then they could insert things into my database?! What are some things I can do to make this back-end, admin form secure and out of the hands of hackers? Thanks, Debbie Quote Link to comment https://forums.phpfreaks.com/topic/255086-making-admin-form-safe/ Share on other sites More sharing options...
scootstah Posted January 15, 2012 Share Posted January 15, 2012 Make an admin flag in the user table and then just make sure it is set before you let them do anything. Quote Link to comment https://forums.phpfreaks.com/topic/255086-making-admin-form-safe/#findComment-1307954 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.