加了頭部header("content-type:text/xml") 就會報錯
加了頭部header("content-type:text/xml"); 就會報錯
This page contains the following errors:
error on line 3 at column 6: XML declaration allowed only at the start of the document
Below is a rendering of the page up to the first error.
不知道什么原因,跟我用TP框架有關系嗎
2017-07-18
header('Content-Type:text/xml');中的:是英文下的:,不是中文下的:否則PHP會當做沒有使用header('Content-Type:text/xml');仍然按照html解析下面的xml文檔了
2017-02-16
我也遇到了這個問題。。。
2016-10-09
+1 我也是這個問題??? 不能改成xml
2016-03-18
對 我們遇到的問題一樣 ?可是老師的代碼怎么可以運行呢?
2016-03-10
這個header不管放什么位置都不行,前面也沒有其他輸出