Do you have an html form made?
In your form, you should have a tag something like this
<form action="login.php"> Replace the text between the quote marks with the address to your login.php ..
i want to connect my username and password box form index.html to
the username and password boxes of login.php so i can login through my index.html
how can i do it ????
Do you have an html form made?
In your form, you should have a tag something like this
<form action="login.php"> Replace the text between the quote marks with the address to your login.php ..
i have a html form already made..
i just want to implement the login script in my site.
just made a simple login form using html edtor with login.php as the target.
example:
if you want something easier try:HTML Code:<html> <head> <title>Login</title> </head> <body> <form name="frmlogin" method="post" action="login.php"> <p>Username:<br> <input type="text" name="user"> </p> <p>Password<br> <input type="password" name="pass"> </p> <p> <input type="submit" name="Submit" value="Submit"> </p> </form> </body> </html>
http://www.evolt.org/article/Creatin...661/index.html
http://www.tutorialized.com/tutorial...in-script/9963
or search with google "php login script download" or something like that.
Last edited by Secret; January 30th, 2007 at 08:44.
are you using the one i posted? if so, the login box is already on the index page. you can add whatever text you want to the page too.
Full-service digital agency based in Scottsdale, Arizona - iBright Development
thnx secret this is wot i was looking for.. not the exact requirement but it gave me a decent idea..
thnx
methodcomptech .. i am not using ur script but one downloaded from hotscripts..
ah ok, and looks like you have problem resolved now. let us know if your idea works or not.
Full-service digital agency based in Scottsdale, Arizona - iBright Development
FYI, PHP was never meant to be a replacement of HTML. In fact, it's an acronym for hypertext (ie HTML) preprocessor.
yea it did
here is my site www.sifylanusers.info still under construction
i wanted tht visitors can login to the members area through the login box on the site and it does very well now,,
i am planning to change the host as this one has ads at the bottom
i can host you really low cost if you want. PM me if interested. other than that, glad to see you got the login working.
Full-service digital agency based in Scottsdale, Arizona - iBright Development
as of now i am thinking of sticking with the host cause they provide me 5gb space and php scripts so for it they atleast deserve a link back
Full-service digital agency based in Scottsdale, Arizona - iBright Development
Bookmarks