tundeaki Posted April 26, 2011 Share Posted April 26, 2011 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 More sharing options...
fugix Posted April 26, 2011 Share Posted April 26, 2011 can you specify your issue more thoroughly so I can understand exactly what it is that you are trying to accomplish? Link to comment https://forums.phpfreaks.com/topic/234720-hello-again/#findComment-1206200 Share on other sites More sharing options...
hyster Posted April 26, 2011 Share Posted April 26, 2011 i woudnt use spaces in a url folder file:///F:/New%20folder/mainlogin.php %20 is a space use a _ instead of a space file:///F:/New_folder/mainlogin.php Link to comment https://forums.phpfreaks.com/topic/234720-hello-again/#findComment-1206273 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.