ok i know u make the users in the database on phpmyadmin ok i did that now in php wut would i have to code can anyone give me a example plz my form looks like this
so my form is like this
<form name="form" method="post" action="">
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="76" class="fieldTitle">Username</td>
<td width="709">
<input name="username" type="text" class="textField" id="username" value="" maxlength="8">
</td>
</tr>
<tr>
<td width="76" class="fieldTitle">Password</td>
<td>
<input name="password" type="password" class="textField" id="password" maxlength="6">
</td>
</tr>
</table>
and how would i do it in php can u give me a example would i use if else statements or sessions?
and for phpmyadmin how would i add the user name and passwords for the people and how would i redirect them in php thats all i need man and ill be happy