<?php $stok = 1;//sesuaikan dengan kodemu if($stok <= 0){ echo '<a href="path/to/link">Link</a>'; // enabled }else{ echo 'Link'; // disabled }