genzedu777 Posted December 23, 2009 Share Posted December 23, 2009 Can anyone provide me a simple code for Members to login. I just need to see how it looks like to code a Member's Login function with PHP. Thanks a million!!! Wilson! Quote Link to comment https://forums.phpfreaks.com/topic/186158-members-login-function-with-php/ Share on other sites More sharing options...
ChemicalBliss Posted December 23, 2009 Share Posted December 23, 2009 There is a rule about posting these questions, it's in the forum FAQ (top of forum). We won't write code for you, we will help you write your own. Write some code, folow a tutorial, then come back if you have any problems. -CB- Quote Link to comment https://forums.phpfreaks.com/topic/186158-members-login-function-with-php/#findComment-983117 Share on other sites More sharing options...
JAY6390 Posted December 23, 2009 Share Posted December 23, 2009 There are some great login tutorials available here http://www.deathmonkeyz.com/tutorials Go down to the PHP section Quote Link to comment https://forums.phpfreaks.com/topic/186158-members-login-function-with-php/#findComment-983198 Share on other sites More sharing options...
genzedu777 Posted December 24, 2009 Author Share Posted December 24, 2009 Thanks, I'm sorry about it, as I am really new in this forum. Thanks for the suggestion and I will take note in the future Quote Link to comment https://forums.phpfreaks.com/topic/186158-members-login-function-with-php/#findComment-983412 Share on other sites More sharing options...
pneudralics Posted December 24, 2009 Share Posted December 24, 2009 Quote Can anyone provide me a simple code for Members to login. I just need to see how it looks like to code a Member's Login function with PHP. Thanks a million!!! Wilson! A basic login will work something like: - User clicks login submit - php form checks and validate username and password - php sets cookies for sessions and redirects user to a page - on the redirected page it checks the cookies to ensure everything is set - then validate the credentials of the cookies - if everything validates good the page shows to the member Quote Link to comment https://forums.phpfreaks.com/topic/186158-members-login-function-with-php/#findComment-983555 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.