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.