
LDS
-
Posts
6 -
Joined
-
Last visited
Community Answers
-
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.