-1
我有這樣的代碼:有特殊字符PHP麻煩通過讀取txt文件flie_get_contents
<?php
$s2 = file_get_contents("s2.txt");
?>
<div id="slogan">
<em>asd</em>
<strong><?php echo $s2; ?></strong>
<span>dsa</span>
</div>
例如,如果在我已寫入的文件(s2.txt):ACS;它會顯示我a s。 我能做些什麼來寫açs而不是a ?s?
您也可以編碼的file_get_contents()來代替,這是否爲你更好。 – MadsBinger