Secure coding guidelines/5/zh-tw: Difference between revisions
From Joomla! Documentation
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
使用 [[Retrieving_request_data_using_JInput|JInput]] 也可以消除您需要留意 magic_quotes_gpc 設定的麻煩。無論您的 <code>magic_quotes_gpc </code> 有沒有打開,[[Retrieving_request_data_using_JInput|JInput]] 都恪盡職守。請查閱[http://php.net/manual/en/security.magicquotes.php security.magicquotes.php] 以獲得更多資訊。 | 使用 [[Retrieving_request_data_using_JInput|JInput]] 也可以消除您需要留意 <code>magic_quotes_gpc </code> 設定的麻煩。無論您的 <code>magic_quotes_gpc </code> 有沒有打開,[[Retrieving_request_data_using_JInput|JInput]] 都恪盡職守。請查閱[http://php.net/manual/en/security.magicquotes.php security.magicquotes.php] 以獲得更多資訊。 | ||
Latest revision as of 02:32, 14 January 2021
使用 JInput 也可以消除您需要留意 magic_quotes_gpc 設定的麻煩。無論您的 magic_quotes_gpc 有沒有打開,JInput 都恪盡職守。請查閱security.magicquotes.php 以獲得更多資訊。