PHP5 session register (need user authentication)

by newbim
1 replies
Hi.

Over the past two weeks, and following just about every php5tutorial I can find, I am. Still no further forward in creating a working PHP5 login system.
The rest of the pages on the sites (SQL queries etc.) work fine, but is there anywhere that I can learn to create this login system that is geared towards beginners.
I have read the php.net pages and others, but for some reason, my $_SESSION variables are not getting passed.
In a nutshell, do any of you warriors have any links or tutorials that might make this a little more understandable?

I would try purchasing an out of the box solution, but that won't help me understand it.

Thanks,

Andy.
#authentication #php5 #register #session #user
  • Profile picture of the author Freedom66K
    Maybe you're not calling session_start() at the top of all of your pages?
    {{ DiscussionBoard.errors[6096628].message }}

Trending Topics