http://php.net/manual/en/function.htmlspecialchars.php -- 將字串裡頭的特殊符號轉成HTML CODE The translations performed are: '&' (ampersand) becomes '&' '"' (double quote) becomes '"' when ENT_NOQUOTES is not set. ''' (single quote) becomes ''' only when ENT_QUOTES is set. '<' (less than) becomes '<' '>' (greater than) becomes '>' --...
請先 登入 以發表留言。