HTML w funkcji PHP
<?php
function myFunction()
{
?>
<p>Hello</p>
<?
}
<?
Button
<?php
function myFunction()
{
?>
<p>Hello</p>
<?
}
<?