html - Detect click on <button></button> via PHP -


this question has answer here:

is there way detect click on html button in php, or need put form tag around element , make input submit button.

<button name="btnbottom" type="button"></button>  or  <form method="post" action="#"> <input type="submit" name="btnbottom" /> </form> 

thanks in advance.

php server-side language. if you'd tell server-side script clicks on html elements, have either submit form or use ajax.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -