Help won't let me log in!

Motorola

New Member
Sep 10, 2012
29
1
Hello Devbest I've been fooling around and decide to put a theme together and after I liked it I decided to keep it.
But the problem is when I try to log into my account it just leaves me on the Index.

Here's the coding on the Index::
PHP:
<!DOCTYPE html>
<html>
    <head>
        <title>{hotelname} ~ Index</title>
        <link rel="shortcut icon" href="resources/img/favicon.ico" type="image/vnd.microsoft.icon" />
        <link rel="stylesheet" href="resources/css/style.css" tyle="text/css">
    </head>
    <body>
        <div id="container-border">
        <div id="container">
            <div id="logo-container">
                <a href="{url}/quickregister" id="logo"></a>
                <div id="count">
                    <b>0</b> users online
                </div>
            </div>
            <div id="content-container">
                <div id="content-title">Welcome!</div>
                    <div id="content">
                        <form action="" method="post" autocomplete="on">
                              <label>Username:<input type="text" name="username" /></label>
                              <label>Password:<input type="password" name="password" /></label>
                          <input type="submit" value="Login" name="login">
 
                          </form>
                          <a href="{url}/quickregister" target="_self">
                              <div id="content-title-register">Join now for FREE!</div>
                          </a>
                      </div>
                </div>
            </div>
        </div>
    </body>
</html>

and a screenie:

Any ideas ?
 

Users who are viewing this thread

Top