Basically, I would like my users to beable to sign in, and then go to their 'My account' page, and then they can change their password, username, profile, and email etc.
1. I already have a database setup.
2. I just need someone to create that 'updatedetails.php' page to complement this code.
Thanks.
Code:
<form method="POST" action="updatedetails.php">
<table width="393" height="269" border="8" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
<tr>
<td width="375" height="253" bgcolor="#0033CC"><table width="397" height="240" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="89" height="30"><div align="center"><span class="style37"> Username</span></div></td>
<td width="10"><div align="center" class="style37">:</div></td>
<td width="298"><span class="style45">-</span>
<input name="username" type="text" size="35">
</td>
</tr>
<tr>
<td height="30"><div align="center"><span class="style37">Password</span></div></td>
<td><div align="center" class="style37">:</div></td>
<td><span class="style45">-</span>
<input name="password" type="password" size="35">
</td>
</tr>
<tr>
<td height="30"><div align="center"><span class="style37">Email</span></div></td>
<td><div align="center" class="style37">:</div></td>
<td><span class="style45">-</span>
<input name="email" type="text" size="35">
</td>
</tr>
<tr>
<td height="30" valign="top"><div align="center">
<p class="style37">Profile</p>
</div></td>
<td valign="top"><div align="center" class="style37"><br />
:</div></td>
<td><span class="style45">-</span>
<textarea name="profile" cols="27" rows="8"></textarea>
</td>
</tr>
<tr>
<td height="30"> </td>
<td> </td>
<td align="right"><input type="submit" value="Change Info" />
<input name="Reset" type="reset" value="Reset" />
<span class="style45">----</span></td>
</tr>
</table></td>
</tr>
</table>
</form>
</p></th>
</tr>