<input class= "checkbox" type= "checkbox" Name= "ids[]" value= "$audio [id]" > How to fix it

Source: Internet
Author: User

What's the use of this name= "ids["?

------Solution--------------------
Ids[]=1;
ids[]=2;
Uploading to PHP is a number of groups
($_post[ids]=array);
------Solution--------------------
Name= "ids[]", here is a check box checkbox,
Here can store the user's ID, some bulk operations, need to get the user's ID, such as bulk Delete, audit users and so on
On the PHP page $_post[' IDs ', you can get multiple user IDs, and then do business accordingly.
LZ can put the problem to a more detailed point.
------Solution--------------------
$ids =$_post[' IDs '];


This is uploaded to action
  • 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.