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. Link to comment https://forums.phpfreaks.com/topic/35269-htaccess-good-enough/ 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. Link to comment https://forums.phpfreaks.com/topic/35269-htaccess-good-enough/#findComment-166627 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. Link to comment https://forums.phpfreaks.com/topic/35269-htaccess-good-enough/#findComment-166703 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.