查询字符串不输出整个查询

时间:2014-11-21 08:37:52

标签: 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;
?>

什么会使该查询中断?空间?

0 个答案:

没有答案