In urgent PHP, how can I determine whether checkbox is selected?
Source: Internet
Author: User
Urgent !! In PHP, how do I determine whether checkbox is selected? In PHP, how does one determine whether the checkbox is selected ?, If the obtained value is not blank, it is selected & lt; inputtype = & quot; checkbox & quot; name = & quot; select [] & quot; value = & quot; 1 & quot;/& gt; & lt; input urgent !! In PHP, how do I determine whether checkbox is selected?
In PHP, how does one determine whether the checkbox is selected?
------ Solution --------------------
The obtained value is selected if it is not empty.
------ Solution --------------------
Check.html:
Checkbox. php:
If ($ _ POST)
{If ($ _ POST ['select']! = "") {Echo "not blank";} else {echo "blank ";}}
?>
------ Solution --------------------
You can use JS to determine first, as shown in figure
If (form. checkname. checked ){}
If there are multiple, you can use a JS loop to submit the check value as a string, or use the 4-floor method.
Submit to the php page and judge again .:-)
------ Solution --------------------
PHP cannot judge. The value can only be determined after the form is submitted.
The client JS can be used for judgment.
Checks whether his checked is true.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.