Home Backend Development PHP Tutorial php服务器端证验

php服务器端证验

Jun 13, 2016 pm 01:17 PM
gt lt quot

php服务器端验证
客户页面有一个循环输出的文本框,name属性为grade[],id为grade,现在我要对输入的内容作服务器端检测,条件如下:输入的内容必须是6位数字。代码如下。现在的问题是这个服务器端检测已经可以使用,检测没问题时执行下面的数据处理程序(这里没给出),但是如果输入内容不符合条件时,下面的数据处理程序仍然会执行。怎么办?求教。我尝试在检测程序里加了die();以及exit;和exit();都没有效果。如果您觉得用js也可以实现的话那就太好不过了,我给出表单(因为数据处理程序在本页面,所以action为空,你懂得。):
各位大侠帮忙,各显神通,描述应该很详细了,晚上来看。






$grade=$_POST['grade'];
for($j=0;$j if($grade[$j]!=""){
if(strlen($grade[$j])==6){
if(!preg_match("/^\d*$/",$grade[$j])){
echo '';
break;
die();
}
}else{
echo '';
break;
die();
}
}
}
?>

------解决方案--------------------
HTML code
<script>
function foo(){
    var grades=document.getElementsByName('grade[]');
    var flag=true,grade_value=null; 
    for(var i=0,len=grades.length;i<len;i++){
            grade_value=grades[i].value;
            if(grade_value=="" || !/^\d{6}$/.test(grade_value)){
                        flag=false;
                        break;
            }                         
    }

    return flag;
}
</script>
Copy after login
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What are the differences between Huawei GT3 Pro and GT4? What are the differences between Huawei GT3 Pro and GT4? Dec 29, 2023 pm 02:27 PM

What are the differences between Huawei GT3 Pro and GT4?

Fix: Snipping tool not working in Windows 11 Fix: Snipping tool not working in Windows 11 Aug 24, 2023 am 09:48 AM

Fix: Snipping tool not working in Windows 11

How to Fix Can't Connect to App Store Error on iPhone How to Fix Can't Connect to App Store Error on iPhone Jul 29, 2023 am 08:22 AM

How to Fix Can't Connect to App Store Error on iPhone

php提交表单通过后,弹出的对话框怎样在当前页弹出,该如何解决 php提交表单通过后,弹出的对话框怎样在当前页弹出,该如何解决 Jun 13, 2016 am 10:23 AM

php提交表单通过后,弹出的对话框怎样在当前页弹出,该如何解决

Is watch4pro better or gt? Is watch4pro better or gt? Sep 26, 2023 pm 02:45 PM

Is watch4pro better or gt?

Microsoft is rolling out Windows 11 23H2 build to the release preview channel with Copilot Microsoft is rolling out Windows 11 23H2 build to the release preview channel with Copilot Sep 28, 2023 pm 07:17 PM

Microsoft is rolling out Windows 11 23H2 build to the release preview channel with Copilot

How to optimize iPad battery life with iPadOS 17.4 How to optimize iPad battery life with iPadOS 17.4 Mar 21, 2024 pm 10:31 PM

How to optimize iPad battery life with iPadOS 17.4

Guan Zeyuanjiang Shuying experiences Huawei MateBook GT 14: the perfect combination of technology and art Guan Zeyuanjiang Shuying experiences Huawei MateBook GT 14: the perfect combination of technology and art Aug 10, 2024 pm 09:51 PM

Guan Zeyuanjiang Shuying experiences Huawei MateBook GT 14: the perfect combination of technology and art

See all articles