Christopher
Retired
- Messages
- 14,659
- Reaction score
- 8
- Points
- 0
I'm getting this error and I can't figure out how I fix it.
Below is the form.
Thanks for any help!
Below is the form.
HTML:
<form action="settings.php" method="post">
<b><u>Edit Account Details</u></b><br />
Username: <input type="text" value="chris" name="username" readonly="readonly" /><br />
Password: <input type="password" name="password" disabled="disabled" /><br />
<i>Due to a bug, password changing has been temporarily disabled.<br />
Email: <input type="text" value="chris@fyepro.com" name="email" /><br /><br />
<b><u>Edit SigChat Settings</u></b><br />
<input type='radio' name='design' value='1' /><img src='./themes/sigchat1.png' alt='Windows XP Notepad' /><br /><br />
<input type="submit" value="Save" />
</form>
Thanks for any help!