Jump to content

[SOLVED] can someone check this..


DeanWhitehouse

Recommended Posts

When i view my home page, the submit button isn't clickable. Can someone check if this is just me or the site.

this is the link

http://deanwhitehouse.awardspace.co.uk/home.php

this is the code for the form

<table bgcolor='#999999' align='right'><form action=" <?php echo "$server"; ?> " method='POST'>
<tr><td>Username: </td><td><input type='text' name='user_name' value="<?php echo $_COOKIE['uname']; ?>" /><br /></td></tr>
<tr><td>Password:</td><td> <input type='password' name='user_password' value="<?php echo $_COOKIE['userpw'] ?>" /><br /></td></tr>
<tr><td><input type="hidden" name="login" value="true"><input type="submit" value="Submit"></td></tr>
<tr><td><input type="checkbox" name="remember" <?php echo $_COOKIE['check'] ?>> Remember Me </td></tr><tr><td><a href="register.php">[Register]</a></td></tr><tr><td><a href="forgot_password.php">[Forgot Password?]</a></td></tr></table>
</form>

Link to comment
https://forums.phpfreaks.com/topic/103189-solved-can-someone-check-this/
Share on other sites

The HTML output is all messed up!!!

 

The document does not containt the basic html, head, body structure.

 

The w3c validator can point out all of the HTML errors for you. http://validator.w3.org/.

 

Once you get the HTML errors fixed, then this submit button problem will probably fix it's self.

 

http://validator.w3.org/check?uri=http%3A%2F%2Fdeanwhitehouse.awardspace.co.uk%2Fhome.php&charset=%28detect+automatically%29&doctype=Inline&group=0

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.