I am trying to login to the client area of WHMCS using a login box located on the index.html. Here is the code: <div id="login"><a href="support"> </a> <form action="client/clientarea.php" method="post" name="frmlogin" id="frmlogin"><a href="support"> </a> <table border="0" width="455"> <tbody> <tr> <td class="style31" width="198">Client Control Panel </td> <td width="203"> </td> <td width="105"> </td></tr> <tr> <td><input name="user" value="Username" class="theInput" style="border: 0px none ; color: #ffffff" type="text" /></td> <td><input name="password" value="Password" class="theInput" style="border: 0px none ; color: #ffffff" type="password" /></td> <td> <input src="images/login_button.png" name="Submit" type="image" width="25" height="24" /></td></tr> <tr> <td><input name="remember me" value="" type="checkbox" /><span class="style34"><span class="style35">Remember me |</span> </span><span class="style37"><a href="client/pwreset.php" class="style35">Forgotten password</a></span> </td> <td> </td></tr></tbody></table><a href="support"> </a></form><a href="support"> </a></div><a href="support"> </a></div><a href="support"> </a></div></div> Code (markup): The user form data is not parsing to whmcs authentication ? Please help.