Answers for "php disable buutton"

PHP
0

php disable buutton

<input type="button" value="Add to Cart" <?php if ($prod_qty == '0'){ ?> disabled <?php   } ?> onclick="addtocart(<?php echo $row["prod_id"]?>)" />
Posted by: Guest on January-10-2021

Browse Popular Code Answers by Language