Delete the data selected by the check box. no matter how much data is selected, there is only one passed value.

Source: Internet
Author: User
Tags asin
Delete the data selected by the check box. no matter how much data is selected, there is only one value passed in. what's the problem? & lt; table & nbsp; width = "49%" & nbsp; cellspacing = "1" & nbsp; bgcolor = "#0093C4" & nbsp; id = 'demotabl delete the data selected by the check box. no matter how many data items are selected, only one value is passed in, question





Item Code
SKU
ASIN
Description
Type
Delivery Areas
Account
FNSKU



While ($ row = mysql_fetch_array ($ result, MYSQL_ASSOC )){
?>

"/>









function delClick(){  
var val = $('input:checked').val();    
 window.location.href="sku_change.php?action=del&delivery="+val;













Case 'Del ': // delete

$ Id = $ _ GET ["delivery"];
$ SQL = "delete from 'sku _ rule' where id in ($ id )";
$ Result = mysql_query ($ SQL );
If (mysql_affected_rows ($ conn )! = 1 ){

Echo "script alert ('deletion failed! '); Location. href = 'sku _ comparison. php'; script ";
} Else {

Echo "script" alert ('deleted successfully! '); Location. href = 'sku _ comparison. php'; script ";
}
Break;


Delete the data selected by the check box. no matter how much data is selected, there is only one value passed in. Where can I share my questions :????????
Related Article

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.