What's right for me: htAccess, form submittion, HTTP header authentication w/ PHP?

Posted by Brook Julias on Stack Overflow See other posts from Stack Overflow or by Brook Julias
Published on 2010-06-10T01:02:06Z Indexed on 2010/06/10 1:22 UTC
Read the original article Hit count: 326

Filed under:
|
|
|

I am creating a website with multiple sections--admin, client, user, and anonymous--each user group having less access then the next. I am wondering what form of authentication would be best for my use?

I have heard the if you are just dealing with a websites then a web form is for you (because it's prettier). HTTP header authentication with PHP is said to get clunky/sloppy. htAcess is pretty much the hard core of various authentication methods I have looked up, but is it too much?

© Stack Overflow or respective owner

Related posts about php

Related posts about http