Home  >  Article  >  Database  >  写在<?php XXXXXXX ?>之间的点击按钮跳转的代码

写在<?php XXXXXXX ?>之间的点击按钮跳转的代码

WBOY
WBOYOriginal
2016-06-07 14:57:431012browse

写在?php XXXXXXX ?之间的点击按钮跳转的代码,一开始我在echo写的是单引号,这样是不对的,应该写echo双引号。 无 echo "input type='button' onclick=\"window.location='index.php'\" value='查询' /";

写在之间的点击按钮跳转的代码,一开始我在echo''写的是单引号,这样是不对的,应该写echo""双引号。
echo "";
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