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

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

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -