How can i make a connection between a <form></form> with the cpanel login ?
******************************************************
i have a <form></form> thant include a USERNAME , PASSWORD (on my main domain for the reseller)...how can i make a connection between the form and the cpanel login ? (xxxxxxxxx.com:2082) ?
this is my form:
[HTML]<form method="post" name="cpanellogin" action="">
<table border="0">
<tr>
<td>UserName:</td>
<td><input type="text" name="theusername" value="" /></td>
</tr>
<tr>
<td>Password:</td>
<td><input type="password" name="thepassword" value="" /></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="Login" /></td>
</tr>
</table>
</form>[/HTML]


LinkBack URL
About LinkBacks
Reply With Quote