apache服务器解决url中文无法正常显示解决办法
我们在php教程中用个url 编码函数,利用它就可以解决了,方法下如。
$interest = "arts";
$homepage = "http://www.zhutiai.com";
$query = "homepage=".urlencode( $homepage );
$query .= "&interest=".urlencode( $interest );
echo $query;
?>
Statement: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