php html in function call code example
Example: call php from html
<form action="myphpfile.php">
<input type="submit" value="click on me!">
</form>
<form action="myphpfile.php">
<input type="submit" value="click on me!">
</form>