jim101 Posted June 27, 2011 Share Posted June 27, 2011 hello all i want to make my website password protected. I would like to be able to add and delete users ( username / password ) after certain time if success this user can go to file.html if not * Sorry you don't have access* I have been searching a lot , will someone be kind and help on this please thank you. Quote Link to comment Share on other sites More sharing options...
WebStyles Posted June 27, 2011 Share Posted June 27, 2011 do you have a server with php enabled? do you have a mysql database? do you know how to create a database and a table with id/user/pass fields? do you know how to connect to a database? do you have any code at all? maybe an html form for the login? anything? Quote Link to comment Share on other sites More sharing options...
Maq Posted June 27, 2011 Share Posted June 27, 2011 This is a lot to ask of. You should Google some login tutorials to help you get started. If you get stuck at a particular point then come back and we will help you. Quote Link to comment Share on other sites More sharing options...
Acute Chaos Posted June 27, 2011 Share Posted June 27, 2011 I am in no way qualified to give advice on coding as my time spent here is getting help But - I found this example very helpful and have learned a lot from it. http://phpsense.com/php/php-login-script.html Good luck - there is a lot to learn as I have found in the last few months! Quote Link to comment Share on other sites More sharing options...
jcbones Posted June 28, 2011 Share Posted June 28, 2011 I am in no way qualified to give advice on coding as my time spent here is getting help But - I found this example very helpful and have learned a lot from it. http://phpsense.com/php/php-login-script.html Good luck - there is a lot to learn as I have found in the last few months! You are qualified, as you just gave some great advice. 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.