hi there friends i am trying to put a login box so my clients can login to there cpanel accounts from my web site but every time i put in a username and password it takes me to another login page please help
<form method="post" action="http://server ip address">
Username: <input type="text" name="username"><br>
Password: <input type="password" name="password"><br>
<input type="submit" value="Login">
</form>
<form method="post" action="http://server ip address">
Username: <input type="text" name="username"><br>
Password: <input type="password" name="password"><br>
<input type="submit" value="Login">
</form>
Comment