Zend Related Exams
200-500 Exam
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)
What will the following code print?
echo addslashes('I am a small "HTML" string, which is
\'invalid\'.');
When you need to process the values of columns in a database, you should: