Answer the question
In order to leave comments, you need to log in
How to set the correct quantity invoice?
I set the number 4 but counts up to 5. How can I make the count stop at a given number? Thanks in advance !
$row = mysqli_fetch_array($data);
$new_count = $row["cart_count"];
$new_count++;
if ($new_count >= 1 & $new_count <= 4 ){ . . .
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question