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

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -