Jump to content

hello again!


tundeaki

Recommended Posts

i am trying to connect a website to this login file i made but i cant here is the code:

 

<head>

 

  <title>main login page</title>

 

  <style type="text/css">

 

 

  </style>

</head>

<body>

 

<div id="loginform">

  <form method="post" action="checklogin.php" name="form1">

    <label for="username">username:</label>

<input type="text" name="myusername" id="username" />

<label for="password">password:</label>

    <input type="password" name="mypassword" id="password" />

<input type="submit" name="submit" value="login" />

</form> <p>

<a href='register.php'>register?</a>

 

</html>

 

  </form>

</div>

the wesite folder is:file:///F:/New%20folder/mainlogin.php

i dont know what to do again

 

ok..there is this site that i am trying to build, each time i click login on the site it says :Firefox can't find the file at /F:/New folder/mainlogin.php.

i just want it to go to the login page i created i.e the one with the code above, when i click sign in on the site..

Link to comment
https://forums.phpfreaks.com/topic/234720-hello-again/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.