資源簡介
代碼片段和文件信息
//?獲取用戶提交數(shù)據(jù)
$username1?=?$_POST[“studentname“];
$studentid1?=?$_POST[“studentid“];
$stupassword1?=?$_POST[“stupassword“];
$confirmpassword1?=?$_POST[“confirmpassword“];
$sex1?=?$_POST[“sex“];
$college1?=?$_POST[“college“];
$major1?=?$_POST[“major“];
$class1?=?$_POST[“class“];
//包含設(shè)置文件
include(“config.php“);
//判斷用戶名是否合法?
$UserNameChars?=?“^[0-9_-]“;
$UserNameGood?=?true;
if(!ereg(“$UserNameChars“$studentid1))
{
????$UserNameGood?=?false;??//不合法設(shè)定為false?
}
//判斷密碼是否合法?
$PassWordChars?=?“^[A-Za-z0-9_-]“;
$PassWordGood?=?true;
if(!ereg(“$PassWordChars“$stupassword1))
{
????$PassWordGood?=?false;?//不合法,設(shè)定為false?
}
$error?=?““;?//初始化錯誤為空
//檢查用戶名、密碼以及電子郵件是否為空
if?($username1?==?““){$error?=?“$error用戶名不能為空
\n“;}
if?($
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1302??2006-09-13?09:16??ISC\student.php
?????文件????????509??2006-08-08?18:52??ISC\logon.php
?????文件???????4343??2006-08-13?16:11??ISC\signup.php
?????文件???????2870??2006-09-13?21:12??ISC\add.php
?????文件???????6448??2006-09-13?12:42??ISC\config.php
?????文件???????4096??2006-09-13?21:17??ISC\install.php
?????文件????????838??2006-09-13?10:10??ISC\form_test.php.bak
?????文件????????450??2006-09-14?01:58??ISC\try.php
?????文件???????1268??2006-09-21?13:39??ISC\index.php.bak
?????文件???????6536??2006-09-13?10:18??ISC\Unti
?????文件??????63488??2006-09-13?12:15??ISC\表.doc
?????文件???????3827??2008-05-21?17:33??ISC\sql.txt
?????文件???????6642??2006-09-13?12:41??ISC\config.php.bak
?????文件???????4084??2006-09-13?13:03??ISC\install.php.bak
?????文件???????2294??2006-09-13?21:13??ISC\regist.php
?????文件???????2294??2006-09-13?21:13??ISC\regist.php.bak
?????文件???????2870??2006-09-13?21:12??ISC\add.php.bak
?????文件????????432??2006-09-14?01:56??ISC\try.php.bak
?????文件???????2111??2006-08-08?19:34??ISC\signsuc.php
?????文件???????3684??2006-09-21?12:07??ISC\login.php
?????文件???????3456??2006-09-13?21:56??ISC\login1.php.bak
?????文件???????1911??2006-09-13?20:01??ISC\site\site\addcourse.php
?????文件???????1739??2006-09-13?19:33??ISC\site\site\chaxun.php
?????文件???????1375??2006-09-13?14:52??ISC\site\site\course.php
?????文件????????460??2006-09-13?16:48??ISC\site\site\head.php
?????文件?????????49??2006-09-12?22:59??ISC\site\site\index.php
?????文件????????271??2006-09-13?14:52??ISC\site\site\main.php
?????文件???????4597??2006-09-13?20:38??ISC\site\site\navi.php
?????文件???????4598??2006-09-13?20:39??ISC\site\site\navi2.php
?????文件??????35661??2005-11-05?21:33??ISC\site\site\pic\03.jpg
............此處省略84個文件信息
評論
共有 條評論