S siobhan l New member Dec 2, 2011 #1 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?
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?