If the button is in the form, then on the page with the button you can do this:
Give button attribute name='bronirovanie'
Write condition:
<? if(isset($_POST['bronirovanie'])){ #ваш код }?>
Another option would be to use AJAX. Connect the jQuery library, assign an identifier to the button and after pressing the button execute a PHP script that will be written in a separate file.