Add the value obtained by js to the array and upload it to the PHP file. what is the result? ()

Source: Internet
Author: User
Add the value obtained by js to the array and upload it to the PHP file. what is the result? (Online, etc.) js code: functionqueren () {& nbsp; vararrnewArray (); & nbsp; varcheckboxdocument. getElementsByName (& quot; name & quot;); & nbsp; for (vari0; I & lt. js puts the obtained values into an array and uploads them to the PHP file? (Online)
Js code:
Function queren (){
Var arr = new Array ();
Var checkbox = document. getElementsByName ("name ");
For (var I = 0; I If (checkbox [I]. checked = true ){
Arr [I] = checkbox [I]. value;
}
}
}

I want to assign the value of checkbox [I]. value to arr [I], and then accept it in the PHP file. is js correct? How can I receive php files? New users seek code ....

------ Solution --------------------
Operate with ajax
------ Solution --------------------
PHP code
Function queren () {var arr = new Array (); var checkbox = document. getElementsByName ("name"); for (var I = 0; I
  ------ Solution --------------------
1. AJAX is used to return the data type in json
2. return a string using AJAX, in the form of str1, str2, str3. PHP receives the string and then uses explode to process it as an array.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.