php新手问个问题

来源:百度知道 编辑:UC知道 时间:2024/05/26 02:19:26
我想做个网页,功能是通过我的网页的表单登陆163邮箱,谁帮帮我,谢谢

<FORM action="http://reg.163.com/CheckUser.jsp" method=post>
<INPUT type=hidden name=url value="http://fm163.163.com/coremail/fcg/ntesdoor2?lightweight=1&verifycookie=1&language=-1&style=15">
<input type=hidden name=enterVip value='' />
用户名:<input size=15 name=username>
密码:<input type=password size=12 name=password>
<input type=submit value=" 登录 " name=sub>
</form>

花了我好多时间, 才10分.

www.hao123.com
这个网站第一行就是你要的功能,分析下他的原码吧