runnerjp Posted September 10, 2014 Share Posted September 10, 2014 Hi all, Im moving back into php coding after a few years of using .net. Would anyone be able to point me in the direction of a good login/register tutorial as a) i forgotten alot b) i have been told mysql is a big no no now and to use mysqli. I have searching google and found nothing hat a) works b) is any good Quote Link to comment Share on other sites More sharing options...
cyberRobot Posted September 10, 2014 Share Posted September 10, 2014 Just to clarify, the mysql_* functions have been deprecated and will be removed in an upcoming version of PHP. Instead, you can use MySQLi or PDO. More information can be found here: http://php.net/manual/en/mysqlinfo.api.choosing.php 1 Quote Link to comment Share on other sites More sharing options...
LeJack Posted September 10, 2014 Share Posted September 10, 2014 Use sessions instead of cookies because cruel people can delete cookies and the average Joe knows everything about cookies and where they are stored. The average Joe however doesn't have access to sessions so you should be ok until you find one that knows how to execute sessions using their own applications. Quote Link to comment Share on other sites More sharing options...
Jacques1 Posted September 10, 2014 Share Posted September 10, 2014 The member Strider64 has a decent tutorial on his website. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.