PHP:file_get_contents turn&到&

时间:2016-05-19 06:27:53

标签: php html file-get-contents

经过大量搜索并跟踪了大部分帖子后,我仍然无法解决问题。

问题:file_get_contents转向&到& amp。

这是我的代码:

<?php

include 'paths.php';

session_start();
echo file_get_contents($solr_path.'select?q='.urlencode($_SESSION['super']).'&df=dict_word&wt=json&indent=true');
?>

我检查了网址,当我更改&amp; amp时使用&amp ;.我已经尝试过urlencode,htmlspecialchars_decode()和http_build_query(),但似乎没有任何效果。

0 个答案:

没有答案