Which of the following expressions will evaluate to a random value from an array below?
$array = [“Sue”,”Mary”,”John”,”Anna”];
Which of the following functions are used to escape data within the context of HTML? (Choose two.)
Which PHP function is used to validate where the contents of $_FILES[‘name’][‘tmp_name’] have really been uploaded via HTTP, and also save the contents into another folder?
An HTML form has two submit buttons. After submitting the form, how can you determine with PHP which button was clicked?
What function can reverse the order of values in an array so that keys are preserved?