You work for a shared hosting provider, and your supervisor asks you do disable user scripts to dynamically load PHP extensions using the d1() function. How can you do this? (Choose two.)
Given a php.ini setting of
default_charset = utf-8
what will the following code print in the browser?
Which of the following techniques ensures that a value submitted in a form can only be yes or no?
An HTML form contains this form element:
When this form is submitted, the following PHP code gets executed:
Which of the following actions must be taken before this code may go into production? (Choose two.)
Which of the following expressions will evaluate to a random value from an array below?
$array = [“Sue”,”Mary”,”John”,”Anna”];