Similar Collections


.

questions

Title
In PHP4.1 and later versions, cookies name/value pair are added to the
Php.ini file can be viewable by calling
Which two predefined variables are used to retrieve information from forms?
The attack which involves the insertion of malicious code into a page frequented by other users is known as
When you use the $_GET variable to collect data, the data is visible to
When you use the $_POST variable to collect data, the data is visible to
Which variable is used to collect form data sent with both the GET and POST methods?
Which one of the following should not be used while sending passwords or other sensitive information?
Which function is used to remove all HTML tags from a string passed to a form?
What will be the value of the variable $input in the following PHP code?
To validate an email address, which flag is to be passed to the function filter_var()?
How many validation filters like FILTER_VALIDATE_EMAIL are currently available?
How many predefined variables does PHP use to authenticate a user?
Which of the following variables does PHP use to authenticate a user?
Which of the following PHP function is commonly used when handling authentication via PHP?
Which function is used to verify whether a variable contains a value?
Which of the following are types of PHP authentication implementation methodologies?
In which authentication method does changing the username or password can be done only by entering the code and making the manual adjustment
The authenticationFile.txt, the file which stores username and password should be stored ___ the server document root
Which function is used to split a string into a series of substrings, with each string boundary is determined by a specific separator?
total questions: 92

Questions

92

Views

801

Best Answers

299

Points

5