| Author |
Message |
David Super
Joined: 20 Jul 2006 Posts: 4
|
Posted: Fri Jul 28, 2006 3:46 am Post subject: How to integrate my login? |
|
|
Here's the thing. I have a login form on one of my websites. How do I make it work? When i press login it goes no-where. Where do I point it. I have a login script I got off of hotscripts. and it had an install. It is installed and it does work. But how do I put it on the front page of my website?
|
|
| Back to top |
|
 |
indogo fourth grade
Joined: 03 May 2006 Posts: 222
|
Posted: Fri Jul 28, 2006 5:34 am Post subject: |
|
|
No helpful readme file?
Could you post the code here,or is it too big....hard to give help without seeing it
mike
|
|
| Back to top |
|
 |
guitarman fourth grade
Joined: 04 Nov 2005 Posts: 724
|
Posted: Fri Jul 28, 2006 4:59 pm Post subject: |
|
|
david, usually, the login form would have a < form action="login.php" > , the login.php is where it points to when user clicks on submit button.
|
|
| Back to top |
|
 |
David Super
Joined: 20 Jul 2006 Posts: 4
|
Posted: Tue Aug 01, 2006 12:23 am Post subject: Re: reply |
|
|
Thanks for the speedy reply. Yes that helps. Now what do I put in the PHP file. So, it will check the database for valid usernames and passwords, If not found then goto login unsuccessful and if correct then goto the member area and/or page they are trying to access.
|
|
| Back to top |
|
 |
Class-A second grade
Joined: 29 Dec 2006 Posts: 85
|
Posted: Wed Jan 03, 2007 4:07 am Post subject: Re: reply |
|
|
| David Super wrote: |
| Thanks for the speedy reply. Yes that helps. Now what do I put in the PHP file. So, it will check the database for valid usernames and passwords, If not found then goto login unsuccessful and if correct then goto the member area and/or page they are trying to access. |
IF the script has usernames and passwords in the database then it must have a built-in log in system
actually custom log in systems are made to protect pages by "Single" log in details (1 username and pass)
|
|
| Back to top |
|
 |
|