Jump to content

LDS

New Members
  • Posts

    6
  • Joined

  • Last visited

Community Answers

  1. LDS's post in PHP Array Form issues was marked as the answer   
    Update 2:
    Solved it:
    if (isset($_POST["quantity"])) { foreach ($_POST["quantity"] as $key => $value) { if ( $value > 0) { echo "quan:".$_POST['quantity'][$key]." ".$_POST['productName'][$key]."=".$_POST['product_Price'][$key]."<br>"; } } } I'll Keep it open till I finish the DB then I ll mark it as solved, thanks a lot.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.