How to make the button on php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make the button on php?

help me please.

22nd Oct 2018, 3:07 PM
Дмитрий ам Медведев
Дмитрий ам Медведев - avatar
2 Answers
+ 7
To make button you need HTML. However, to print the HTML button code, <?php echo "<button>Click Me </button>"; ?>
22nd Oct 2018, 3:25 PM
Googel
Googel - avatar
+ 1
php run on the server. but you can use html for a client side display like button.
22nd Oct 2018, 3:23 PM
Taste
Taste - avatar