sql取值范围的有关问题

WBOY
Release: 2016-06-13 10:20:12
Original
758 people have browsed it

sql取值范围的问题
select * from message where title = $_GET['link']这句话有问题,但echo $_GET['link']是可以的,说明$_GET['link']有值,但拿$_GET['link']去比较久不行了,要怎么改啊?

------解决方案--------------------
$sql = "select * from message where title ='{$_GET['link']}'"
------解决方案--------------------
插入时和接收值时可以用 ='$_GET[link]'

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!