QUOTE(Casey2019 @ Feb 26 2010, 07:26 PM)

I'm somewhat new to .php and MySQL servers and I was just curious on how to create a login system for users. So that they can create an account, have certain pages off limits to certain users, and so on. I just don't know how to start something like that if anyone can help me I would be mucho grateful. Thanks a bunch!
-Casey
EDIT:: Also is there a way to use C++ in your HTML code cause I know C++ really well again thanks!
Casey,
I am in the process of doing exactly what you are describing... while it isn't a trivial task, it isn't that difficult either...
The problem is, even a relatively modest solution( new account registering, validation, email activation, and login ) would require an entire chapter in a book to discuss.
Have you tried to Google this? I seem to remember running across a very basic solution to this problem some months ago... it omits many of the features you would need and there is *no* error checking, but I did find one... I think I just Googled "php login code script tutorial".
Good Luck!