Okay so this is the code==>
<form name="form1" method="get" action="' . $root . '/password.php?id=' . $id . '">
<table width="100%" border="0">
<tr>
<td>Password</td>
<td><input name="password" type="text" id="password" size="50"></td>
</tr>
<tr>
<td colspan="2"><input type="submit"...