insérer JavaScript en php

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