How do I turn the below code into a button on my page? It works the way its written but I don't like that it's a hyperlink. I would prefer it to be a button.
echo " <form>
<a href='test.php?id=$key&do=unfollow'>unfollow</a>
</form>";
How do I turn the below code into a button on my page? It works the way its written but I don't like that it's a hyperlink. I would prefer it to be a button.
echo " <form>
<a href='test.php?id=$key&do=unfollow'>unfollow</a>
</form>";