1
A
回答
12
我想這不是file_get_contents
,而是您打印內容的方式。使用htmlspecialchars
在將內容放入HTML文檔時,可以正確編碼內容:
echo '<pre>', htmlspecialchars(file_get_contents('file')), '</pre>';
相關問題
- 1. file_get_contents和php代碼
- 2. HiPHP讀取使用的file_get_contents
- 3. PHP file_get_contents源代碼位置
- 4. file_get_contents不返回php代碼
- 5. PHP:的file_get_contents顯示PHP代碼
- 6. 重複PHP讀取代碼
- 7. textarea不讀取php代碼
- 8. PHP代碼不讀取URL
- 9. 使用file_get_contents(PHP)
- 10. php file_get_contents無法讀取xml服務
- 11. 使用file_get_contents()從特定的div讀取?
- 12. 如何用sprintf讀取php代碼
- 13. 在PHP中使用file_get_contents讀取一個CSV
- 14. 做file_get_contents和readfile執行PHP代碼?
- 15. PHP的file_get_contents不能得到HTML代碼
- 16. phpmailer file_get_contents和動態php代碼
- 17. 使用代理時PHP cURL與file_get_contents
- 18. 使用vb.net代碼讀取條碼
- 19. 不可能使用file_get_html /的file_get_contents PHP代碼如何解決
- 20. 使用PHP file_get_contents獲取IP地址
- 21. 用PHP閱讀源代碼
- 22. 從數據庫中讀取php代碼
- 23. PHP代碼讀取JSON文件
- 24. 網絡主機不讀取php代碼
- 25. 從左到右讀取的PHP代碼
- 26. 使用java代碼讀取xl sheeet
- 27. 使用java代碼讀取xml節點
- 28. 使用javap的讀取字節代碼
- 29. 使用讀取宏編譯Lisp代碼
- 30. 如何讀取此數組代碼?使用PHP
您得到的錯誤是什麼?一些代碼 – 2010-08-26 14:47:06
沒有錯誤。只是返回的值似乎是空的。 – 2010-08-26 14:50:38