I am working on a website which will register and login users (using PHP and MySql). I'v got the html form done (with javascript validation) and insert_users php file done. There is so much else which needs to be done, like server-side validation, session ID, session hijacks, etc. Why am i reinventing the wheel when this has been done so many times before? I'v been Googling this, but all i can find is sporadic tutorials on how to do small stuff. Any ideas where i can get a plug-n-play file or tutorial that does all of this for me?
Thanx guys.
David