OK, im new at this site and at programming, but I downloaded a WYSIWYG html editor called Kompozer. I made a sign in page, but i want to be able to add it to my site (it has MySQL database) if anybody can help me that would be great
this is the code for the sign in page:
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!--CTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt-->
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
</head>
<body>
User Name:<input name="User Name"><br>
Password:<input minlength="5" name="Confirm"
type="password"><br>
Confirm Password:<input minlength="5" name="Confirm"
type="password"><br>
Email: <input name="Email"><br>
<br>
<div style="text-align: left;"><a
href="http://www.myhosting247.com/FCKeditor/editor/"
target="memberlog.html" rel="me"><input onclick="1"
name="Submit" value="Submit" type="submit"></a>
</div>
</body>
</html>
yes I realize it is most likely completely wrong.