Fügen Sie JavaScript in PHP ein

<?php
   echo '<input type="button" onclick="alert(\'Clicky!\')"/>';
?>
Ankur