Home > Backend Development > PHP Tutorial > 把按钮 html 到 php解决思路

把按钮 html 到 php解决思路

WBOY
Release: 2016-06-13 10:05:48
Original
894 people have browsed it

把按钮 html 到 php
原来 在页面底下 有一个button 有一下事件  

.....php 做一些处理 搞一搞 sql_full

 




怎样转换为 php ? 类似:

echo "
')' value='Export Result' />
";



------解决方案--------------------

echo '
';
------解决方案--------------------
$sql_full = "Zaks Laptop";
echo '
';

或者:

$sql_full = "Zaks Laptop";
echo "
";
------解决方案--------------------
探讨

$sql_full = "Zaks Laptop";
echo '
';

或者:

$sql_full = "Zaks……
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