Under what condition may HTTP headers be set from PHP if there is content echoed prior to the header function being used?
Answer : B
What is the output of the following code?
Answer : D
Which of the following is NOT true about PHP traits? (Choose two.)
Answer : BE
What Content-Type HTTP header value is required when sending an HTTP POST request using JavaScript to ensure that PHP can access the data?
Answer : B
Which of the following are NOT acceptable ways to create a secure password hash in PHP? (Choose two.)
Answer : AE
An HTML form has two submit buttons. After submitting the form, how can you determine with PHP which button was clicked?
Answer : D
An HTML form contains this form element:
Answer : BD
Which options do you have in PHP to set the expiry date of a session?
Answer : D
What is the output of the following code?
Answer : B
Assuming UTF-8 encoding, what is the value of $count?
$data == "˜$la2"™;
$count = strlen("˜$data"™);
Answer : B
Given a php.ini setting of -
default_charset = utf-8
what will the following code print in the browser?
Answer : C
Consider the following table data and PHP code. What is the outcome?
Table data (table name "users" with primary key "id"):
Answer : B
What is the benefit of using persistent database connections in PHP? (Choose two.)
Answer : CD
What is the output of the following code?
Answer : A
FILL BLANK -
What is the output of the following code?
Answer : 1
Have any questions or issues ? Please dont hesitate to contact us