Home > Backend Development > PHP Tutorial > 怎么给html元素绑定php代码作为点击事件?

怎么给html元素绑定php代码作为点击事件?

WBOY
Release: 2016-06-06 20:33:11
Original
1075 people have browsed it

之前都是通过跳转到特定的php页面来执行相应的代码,能不能像js代码一样直接把一段代码和点击事件绑定起来,点击之后就执行这段php代码,不需要跳转到别的页面?

回复内容:

之前都是通过跳转到特定的php页面来执行相应的代码,能不能像js代码一样直接把一段代码和点击事件绑定起来,点击之后就执行这段php代码,不需要跳转到别的页面?

我是想点击一个东西,比如说按钮吧,之后执行一个数据库操作,插入一行记录。要用ajax实现吗?

就是用ajax,算是最为简单的,我在很久之前做过类似的简单demo,你可以看一下,用Jq封装的ajax很简单的
ajax代码,向php传值并且接收php返回的参数然后填入到html中
PHP处理数据库代码,并且返回相关的内容

代码是架在SAE上的,本地测试的话你可以修改一下conf.php或者之间看现有的代码mazuguang.sinaapp.com
希望能够帮助到你,Luck!

如果能解决你的问题,欢迎采纳~

如果可能,先把点击的内容输出到页面并隐藏起来,点击后就显示它。否则使用 ajax 吧

php代码在你渲染页面的时候就已经执行完了 你想点击以后执行 1.写成js调用 2.ajax执行返回结果

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template