I am new to PHP development. And I don't have any coworkers to discuss PHP with. So I'll post my question here.
I have managed to do a login script for my self, witch is looking a lot like the script on this site: http://www.phpeasystep.com/phptu/6.html
My question is. Is this a safe approach? Is there a good tutorial on PHP login scripts? Is there something wrong with the approach of storing information in the session?