html button link to php page code example
Example: link input button in php
<input type=button onClick="parent.location='index.html'" value='click here'>
<input type=button onClick="parent.location='index.html'" value='click here'>