wtfsmd Posted January 6, 2007 Share Posted January 6, 2007 Hey guy I am trying to set up a login page with a database of the websites members and not really sure where to start, any of you guys know a few good tutorials? Link to comment https://forums.phpfreaks.com/topic/33068-help-with-a-user-database-looking-for-some-good-tutorials/ Share on other sites More sharing options...
simcoweb Posted January 6, 2007 Share Posted January 6, 2007 Have you looked at http://www.phpfreaks.com/tutorials/ ? Link to comment https://forums.phpfreaks.com/topic/33068-help-with-a-user-database-looking-for-some-good-tutorials/#findComment-154092 Share on other sites More sharing options...
corbin Posted January 6, 2007 Share Posted January 6, 2007 Google should present a tutorial, but you'll probably find the end result of the tutorial not enough. Also, I like to piece things together my self, so I can understand completely how they work.I suggest you look into php and database interaction (google "php mysql") and look through it, read the descriptions for UPDATE INSERT and SELECT off mysql's website, read the mysql functions on the php website, read about sessions and cookies (just google "php sessions", hmmm besides that you should be fine :p. If I come across a tutorial I'll post it, but I don't remember finding a tutorial that made sense when I was trying to do this... Link to comment https://forums.phpfreaks.com/topic/33068-help-with-a-user-database-looking-for-some-good-tutorials/#findComment-154101 Share on other sites More sharing options...
wtfsmd Posted January 6, 2007 Author Share Posted January 6, 2007 I found a tutorial that fits my needs here, really strait forward and easy to do.[url=http://www.free2code.net/plugins/articles/read.php?id=99]http://www.free2code.net/plugins/articles/read.php?id=99[/url] Link to comment https://forums.phpfreaks.com/topic/33068-help-with-a-user-database-looking-for-some-good-tutorials/#findComment-154140 Share on other sites More sharing options...
lszanto Posted January 6, 2007 Share Posted January 6, 2007 My favourite pages where I learnt mysql and php is http://www.tizag.com/phpT/ and http://www.tizag.com/mysqlTutorial/ Link to comment https://forums.phpfreaks.com/topic/33068-help-with-a-user-database-looking-for-some-good-tutorials/#findComment-154144 Share on other sites More sharing options...
wtfsmd Posted January 6, 2007 Author Share Posted January 6, 2007 Yeah i have used tizag for numerous stuff, i loved that site when i was newer at using PHP Link to comment https://forums.phpfreaks.com/topic/33068-help-with-a-user-database-looking-for-some-good-tutorials/#findComment-154146 Share on other sites More sharing options...
lszanto Posted January 6, 2007 Share Posted January 6, 2007 [quote author=wtfsmd link=topic=121221.msg498085#msg498085 date=1168079793]Yeah i have used tizag for numerous stuff, i loved that site when i was newer at using PHP[/quote]Yeah it really helped me understand databases and stuff, if you want I've got nothing to do so just pm/im me and I'll help you if you want. Link to comment https://forums.phpfreaks.com/topic/33068-help-with-a-user-database-looking-for-some-good-tutorials/#findComment-154147 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.