Hi Chris,
Just checked my HTML form and noticed the typo that is getting me in trouble. Password was spelt paasword.
Thanks for taking the time out. All okay now.
-Adrian
<h2>Create Users and Passwords</h2>
<form method=post action="create_password.php">
<b>User Name:</b>
<input type=text size=10 name=username>
<br>
<b>USer Descripition:</b>
<input type=text size=50 name=user>
<br>
<b>password:</b>
<input type=text size=30 name=paasword>
<br>
<input type=submit name=submit value="Submit">
<input type=reset name=reset value="Clear">
</form>