Maison >développement back-end >tutoriel php > 怎么在点击某个按钮后执行某个函数

怎么在点击某个按钮后执行某个函数

WBOY
WBOYoriginal
2016-06-13 13:32:09969parcourir

如何在点击某个按钮后执行某个函数?
代码如下:

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

--><input type="button" value="发送通知" id="sendnotice">

希望再点击“发送通知”这个按钮时,执行某个PHP函数(关于PHP socket)的。

------解决方案--------------------
用ajax啊,jquery ajax简单易用。
------解决方案--------------------

它只能触发前台的事件,php在后台,所以要通过请求来使服务器执行该文件。
------解决方案--------------------
用AJAX。

或直接提交form、

或把form提交到iframe处理。
------解决方案--------------------
探讨

引用:


它只能触发前台的事件,php在后台,所以要通过请求来使服务器执行该文件。

我主要是想用PHP socket,所以希望执行的是PHP函数。用AJAX也能实现socket吗?

------解决方案--------------------
PHP code

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn