this is my code im using dreamweaver but i dont know how to add a data. . :(
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="75%" valign="top" class="body">
<table cellpadding="3" cellspacing="0" border="0" width="100%">
<tr>
<td width="40%">
<b>Choose username:</b></td>
<td>
<input type="text" name="user" size="20" tabindex="1" maxlength="25" />
</td>
</tr><tr>
<td width="40%">
<b>Email:</b></td>
<td>
<input type="text" name="email" size="30" tabindex="2" />
<label for="hideEmail"></label></td>
</tr><tr>
<td width="40%">
<b>Choose password:</b>
</td>
<td>
<input type="password" name="passwrd1" size="30" tabindex="3" />
</td>
</tr><tr>
<td width="40%">
<b>Verify password:</b>
</td>
<td>
<input type="password" name="passwrd2" size="30" tabindex="4" />
</td>
</tr>
<tr valign="top">
</tr> <tr>
</tr>
</table>
<div align="center">
<input type="submit" name="regSubmit" value="Register" />
</div>
<p align="center" class="style4"><br />
<a href="content.html"></a></p></td>
</tr>
</table>
the name of the table i use is user,
inside the table of user is:
id
username
password
emailaddress
please help. . thanks. .