<a href="action=delete&messageid=<=$result['mid']?>">delete</a>解决办法

PHP中文网
Release: 2016-06-13 13:22:38
Original
1175 people have browsed it

  delete
delete
这个有什么错吗?

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

应该避免使用短标签。
------解决方案--------------------
楼主确信结果数组$result的数据可以通过$result['mid']传出来?

你var_dump($result); 把结果帖出来看看是不是MID 这个值传递的有问题。
------解决方案--------------------
delete
直接?可以么
------解决方案--------------------
delete
 如果你的php.ini里设置 short_open_tag 为on 是可以用

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!