Any time I have made a style of web page that requires logging in, I have always simply used Stored Database Values to determined who was logged in and such.
I was recently told to use .htaccess files. Is there any downfall to one vs the other? I persoanlly went database because I can litterally pull my web domain from PHP to PHP with no issues at all.
Is there really a huge differencein security?
Bumper


Reply With Quote




The reason I asked, is because I Was being critisized for using such a method, and I figure and XML database has gotta be about the safest - the only way to really get in is to navigate a custom ring of secured directories, and if someone has done that much, it is fair to say that they have comprimised my very web server 

