瑞星卡卡安全论坛

首页 » 技术交流区 » 系统软件 » 主页和PHP论坛的登陆链接如何实现?
文莘 - 2005-8-8 13:41:00
主页和PHP论坛的登陆链接如何实现?
我做了个主页,主页上有一个登陆时输入用户名和密码的框,准备链接到一个PHP论坛,但是不知道里面的程序怎么写,有高手能够帮忙吗?
先给一段其中的程序。

                <TD align=middle height="25"><FONT class=index>帐号</FONT> <INPUT
                  class=login name=username> </TD></TR>
              <TR>
                <TD align=middle height="25"><FONT class=index>密码</FONT> <INPUT
                  class=login type=password name=password> </TD></TR>
              <TR class=5pxSpace>
                <TD height="14"></TD></TR>
              <TR>
                <TD align=middle height="25"><INPUT class=none type=image
                  src="homepage.files/login.jpg" width="38" height="18" name="登陆">   <A     
                  href="javascript:lfnForgetPwd()"><IMG
                  src="homepage.files/forget_pwd.jpg" width="62" height="18"></A> </TD>


链接的PHP论坛的主文件为INDEX.PHP

L.S. - 2005-8-8 17:20:00
<form name=form action=index.php method=action>





</form>
1
查看完整版本: 主页和PHP论坛的登陆链接如何实现?