Troubleshooting of PHP errors: Difference between revisions

Jump to navigation Jump to search
Line 12: Line 12:
* 包含雙引號 "
* 包含雙引號 "
* 包含換行符號
* 包含換行符號
* 包含特殊符號 ex: > <
* 內容的前後有空白 (可用[http://php.net/manual/en/function.trim.php trim]函數移除空白)
* 內容的前後有空白 (可用[http://php.net/manual/en/function.trim.php trim]函數移除空白)
* 超出預期的內容長度
* 超出預期的內容長度

Navigation menu