How to create a button and its event handler in PHP? -
i new php need create button on simple page , have event handler. clue?
in onclick event of button, insert javascript code points php script want run when button clicked.
<input type="button" value="say hi!" onclick="location='test.php'" />
Comments
Post a Comment