Special

All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)It very important to understand that the [[Retrieving_request_data_using_JInput|JInput]] methods are not SQL-aware and further work is required to guard against SQL injection attacks.There is no default value that will be returned if no default is specified in the call the [[Retrieving_request_data_using_JInput#Getting_Values|JInput->get]]. If no default is specified and the argument is not present in the request variable then it will return undefined.
 h Chinese (Taiwan) (zh-tw)非常重要的是,要了解 <code> [[Retrieving_request_data_using_JInput|JInput]] </code>方法並非 SQL-aware,而且需要額外作業來防範 SQL Injection。如果沒有在呼叫 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->get]] 當中指定預設,並沒有預設的值會被取回。假如沒有指定預設的話,而且沒有在請求變數當中顯示 argument,就會取回未定義(undefined)。