0
How to make the button on php?
help me please.
2 odpowiedzi
+ 7
To make button you need HTML.
However, to print the HTML button code,
<?php
echo "<button>Click Me </button>";
?>
+ 1
php run on the server.
but you can use html for a client side display like button.