This is a discussion on "Member Join and Login Probs" within the PHP Forum section. This forum, and the thread "Member Join and Login Probs are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Member Join and Login Probs
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Member Join and Login Probs
I am making a site in a gaming community and want to allow users to join and log in for special content. I have tried learning php at w3schools.com but I dont understand jack. I know html, css and thats all. Can someone point me to a good tutorial to learn how to do this? Ive tried googling but I get a bunch of junk. I already have apache, mysql, and php and not sure if I need it at hostultra or not. Thanks for any help.
|
|
|
|
#2
|
|||
|
|||
|
You'll need to learn how to add, edit and remove database content - so search for a basic PHP MYSQL TUTORIAL.
You'll also need to learn about cookies so that you can let users log in and be remembered on the site. The rest is fairly basic - checking if a user is logged in (the cookie is set) and their password is correct (against the database). If they are, show them the content... |
![]() |
| Tags |
| member, join, login, probs |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to add member login feature to my website | christophermferguson | Starting Out | 1 | Aug 27th, 2007 03:06 |
| Webpage button probs | Urban Pigmy | Flash & Multimedia Forum | 3 | Jan 14th, 2007 20:10 |
| IE Probs...... | Dapandyman | Web Page Design | 10 | Dec 11th, 2006 15:53 |
| some type of member login/register system | Lucid. | Web Page Design | 22 | Feb 3rd, 2006 17:19 |
| CSS background printing probs | D3mon | Web Page Design | 1 | Nov 19th, 2003 20:56 |