Forum Moderators: coopster
<form method="post" action="https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=zpwhtygjntrz&scc=1<mpl=default<mplcache=2">
<input name="Email" type="hidden" value="USERNAME">
<input name="Passwd" type="hidden " value="PASSWORD">
<input type="submit" value="Go">
</form>
<input name="Email" type="hidden" value="USERNAME">
<input name="Passwd" type="hidden " value="PASSWORD">
<form method="post" action="https://last.fm/login">
<input name="username" type="hidden" value="me">
<input name="password" type="hidden" value="pass">
<input type="submit" value="Go">
</form>
<form method="post" action="/login/">
<input type="hidden" name="refererKey" value="" />
<input type="text" id="username" name="username" class="LoginBox" style="width:98%;" value="" />
<script type="text/javascript">$("username").focus();</script>
<input type="password" id="password" name="password" value="" class="LoginBox" style="width:98%;" /><input
type="submit" value="Come on in" name="login"/>
</form>
unfortunately it doesnt seem to work either. not sure what you meant by retrieving the post values
<?php
print_r($_POST);
?>
Array ( [refererKey] => [username] => me [password] => pass [login] => Come on in )