Cinput.php3
As follows:
<title>Input</title>
function Suiji ($max) {
Srand (Double) microtime () *1000000);
$x =rand ();
$y =getrandmax ();
$r = $x/$y * ($max-1);
$r =round ($r + +);
return $r;
}
function Stroccurs ($SSTR, $sFind) {
$sTemp = $SSTR;
$iLen =strlen ($sFind);
$iCount = 0;
while (true) {
if (Strstr ($sTemp, $sFind))
Break
else{
$sTemp = substr ($sTemp, Strpos ($sTemp, $sFind) + $iLen);
$iCount + +;
}
}
return $iCount;
}
function Strdupl ($SSTR, $iCnt) {
$ret = "";
for ($i =1; $i <= $iCnt; $i + +)
$ret. = $SSTR;
return $ret;
}
function Delquot ($SSTR) {
$s =str_replace (Chr (124), "¦", $SSTR);
$s =str_replace (Chr (39), "´", $s);
$s =str_replace (CHR), "" ", $s);
return $s;
}
function Deltag ($SSTR) {
$bNeed = "False";
$sOther =strtoupper ($SSTR);
if ($bNeed! = "True" | |!strstr ($sOther, "
if ($bNeed! = "True" | |!strstr ($sOther, " if ($bNeed! = "True" | |!strstr ($sOther, "
if ($bNeed! = "True" | |!strstr ($sOther, " if ($bNeed! = "True" | |!strstr ($sOther, "
if ($bNeed! = "True" | |!strstr ($sOther, " if ($bNeed! = "True" | |!strstr ($sOther, "
if ($bNeed! = "True" | |!strstr ($sOther, " if ($bNeed! = "True" | |!strstr ($sOther, "
if ($bNeed! = "True" | |!strstr ($sOther, " if ($bNeed! = "True" | |!strstr ($sOther, "
"The copyright of this article is owned by the author and house Orso near net, if need to reprint, please specify the author and source"
http://www.bkjia.com/PHPjc/316460.html www.bkjia.com true http://www.bkjia.com/PHPjc/316460.html techarticle cinput.php3 as follows: HTML head title input/title meta http-equiv=content-type content=text/html; charset=gb2312 link rel= Stylesheet href=main.css type=text/css script Language=javasc ...