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 Link to comment https://forums.phpfreaks.com/topic/290971-membership-script/ 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 Link to comment https://forums.phpfreaks.com/topic/290971-membership-script/#findComment-1490583 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. Link to comment https://forums.phpfreaks.com/topic/290971-membership-script/#findComment-1490650 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. Link to comment https://forums.phpfreaks.com/topic/290971-membership-script/#findComment-1490652 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.