标签: php jquery get
<?php // GET contains 2 keywords, James+Bond, $_GET['query']; $query = $_GET['query']; // This will return only James, Doesn't matter either if I referens the $_GET['query'] directly. echo $query; ?>
什么会使该查询中断?空间?