I have this code for my button(PHP):
echo "<a href='inkomend_uitgaand_pp.php?id=" . $productid . "&in=".TRUE. "&uit=".TRUE."'class='btn btn-primary btn-default' disabled>Inkomend/Uitgaand</a>";
But the button is still clickable. How can I make sure that it is not clickable anymore