tippy_102 Posted January 22, 2007 Share Posted January 22, 2007 I manage a mysql database, and once a year, we add about 100 entries. I usually do this myself, through phpMyAdmin. This year, someone has kindly offered to input the new data. Knowing they would be very dangerous in phpMyAdmin, I threw together a few scripts to make it an easy task for them. However, I want to make this secure so only they have access. I presently have their entry scripts in a special directory. Is it secure enough to password protect the directory using htaccess or should I add passwords, sessions, etc. Quote Link to comment Share on other sites More sharing options...
steelmanronald06 Posted January 22, 2007 Share Posted January 22, 2007 Just password protecting the directory will suffice. Normally, a session style login is for larger databases of users, where you don't want to have Apache handling the validation. Quote Link to comment Share on other sites More sharing options...
tippy_102 Posted January 22, 2007 Author Share Posted January 22, 2007 Thank you very much steelmanronald06 ! You have been most helpful. Quote Link to comment 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.