login SquirrelMail from a web page login form using php
Posted: Mon Sep 21, 2009 9:44 pm
Hello, I am quite new to php and I need to login squirrelmail from a web page form without going to the default SquirrelMail login page. Can you please tell me how to go about this? A very detailled step by step procedure will be appreciated.
this is my form
<form method="post" action="login.php">
User: <input type="text" name="login_username" size="10">
Password: <input type="password" name="secretkey" size="10">
<input type="submit" value="Login">
</form>
Thank you for reading and answering.
this is my form
<form method="post" action="login.php">
User: <input type="text" name="login_username" size="10">
Password: <input type="password" name="secretkey" size="10">
<input type="submit" value="Login">
</form>
Thank you for reading and answering.