Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » How to integrate my login?
Closed Thread
Old 07-27-2006, 03:40 PM   #1 (permalink)
 
Newb Techie

Join Date: Jul 2006

Posts: 2

David Super

Default 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?
David Super is offline  
Old 07-27-2006, 05:07 PM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

If you have created a form, then you need to reference the script from the form's action attribute.
Code:
<form action="script.php" method="POST">

jaeusm is offline  
Old 08-01-2006, 05:34 AM   #3 (permalink)
 
True Techie

Join Date: Apr 2006

Posts: 167

chrisds

Default

make sure that the script points at a page that exists on your webserver you can find were the script point by looking in the code for (action="scriptname.ext")
__________________
Oh Gay my sig got removed!
chrisds is offline  
Old 08-02-2006, 12:05 AM   #4 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default

im asuming this is a flat file login script with a single user that doesnt use MySQL so the page that you put the username in you need to link to that page from your login form so that it can run the script so it would be <form action="script.php" method="post"> where script.php is the name of the file you entered the single username and password in. if this is a flat file login with multiple users in a seprate file send me the link and i cant take a look at the script on hotscripts.
__________________

AIM = jcortestechhelp
jcortes is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On