<?php$stock = 2;if ($stock >= 3) { // simpan data ke table} else {?><script type="text/javascript">alert('Stok habis');</script><?php}