Jump to content

Membership System (User Authentication).


sepoto

Recommended Posts

I am looking for the easiest most streamlined way to implement a user authentication system to a website for a programmer that has experience with PHP. I looked into CakePHP but there seems to be too much fluff in it for me to want to use it. I just want user authentication or membership system code that I can implement.

Link to comment
Share on other sites

where have you been stuck? did you come up with anything?

Link to comment
Share on other sites

where have you been stuck? did you come up with anything?
I have some code based on session_start(); and defining $_SESSION(''); variables. I looked at the session_start(); page on php.net but it does not really do a very thorough job of explaining things as far as the why's of things as opposed to the how's of things.
Link to comment
Share on other sites

It will be good if you post your code and the specific problems you are facing.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...