You analyze the code of a colleague and see a call to the function quotemeta(). You give the string "Holy $%&[. What's going on?" as a parameter to it. What will it output?
What method can be used to find a tag with the name "foo" via the DOM extension?
What will the following code print?
echo addslashes('I am a small "HTML" string, which is
\'invalid\'.');
Assume that you are using PHP s session management without cookies and want to make sure that session information does not get lost when redirecting the client to another URL. Which of the following functions do you need to achieve that? (Choose 3)