Home  >  Article  >  Backend Development  >  怎么在点击某个按钮后执行某个函数

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

WBOY
WBOYOriginal
2016-06-13 13:32:09925browse

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

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn