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. Link to comment https://forums.phpfreaks.com/topic/240545-hi-all-can-someone-please-help-me-with-this/ 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? Link to comment https://forums.phpfreaks.com/topic/240545-hi-all-can-someone-please-help-me-with-this/#findComment-1235590 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. Link to comment https://forums.phpfreaks.com/topic/240545-hi-all-can-someone-please-help-me-with-this/#findComment-1235591 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! Link to comment https://forums.phpfreaks.com/topic/240545-hi-all-can-someone-please-help-me-with-this/#findComment-1235594 Share on other sites More sharing options...
jcbones Posted June 28, 2011 Share Posted June 28, 2011 Quote 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. Link to comment https://forums.phpfreaks.com/topic/240545-hi-all-can-someone-please-help-me-with-this/#findComment-1235714 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.