再次请教pHP老手,
这样的一个问题,大概是怎样造成的呢,
下面是网页的js代码,
<!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
-->
<form name="UsersForm" id="UsersForm" onSubmit="return validateForm(this.id, 'http://127.0.0.1/qd2/index.php/home/validateLoginForm')" action="http://127.0.0.1/qd2/index.php/home/login" method="POST">
<table class="formTable">
<tr>
<th><label for="login_email">Email</label></th>
<td><input size="40" type="text" name="login[email]" id="login_email" /></td>
</tr>
<tr>
<th><label for="login_password">Password</label></th>
<td><input size="40" type="password" name="login[password]" id="login_password" /></td>
</tr>
<tr>
<td colspan="2">
<table>
<tr>
<td><input type="submit" value="Login" /></td>
<td><div id="formLoadingContainer"></div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2"><a href="#" onclick="yuiShowPanel('Restore Password','http://127.0.0.1/qd2/index.php/home/restorePassword'); return false;">Password forgotten?</a></td>
</tr>
</table>
<input type="hidden" name="http_referer" id="http_referer" value="http://127.0.0.1/qd2/index.php" /></form>
</div>
</div>
</div>
<div class="patch_minheight"></div>
<div id="footer_guarantor"></div>
</div>
class Welcome extends CI_Controller {
public function index()
{
$this->load->view('welcome_message');
}
} <div class="clear"></div>
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号