怎么通过button传递php代码中的变量

WBOY
Release: 2016-06-13 10:46:56
Original
1187 people have browsed it

如何通过button传递php代码中的变量
如何通过一个button的click 事件 传递一个php代码中的变量。
button 和 变量在一个php文件中

------解决方案--------------------
直接echo到方法里就可以获取了啊
------解决方案--------------------

------解决方案--------------------
如果是button那么功能类似超链接
click
$_GET就行。如果是submit.那直接POST
 如果使用ajax提交。button也行,请楼主提供具体的环境,看看是否需要BUTTON提交

Related labels:
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