How to implement a button in PHP?

siobhan l

New member
Usually implementing a button would be like:
<input type="button" value="Insert Book" onclick="parent.location='insertBook.php'">
Is there a special way to do it in PHP? Like with an echo, maybe?
 
Back
Top