PrepAway - Latest Free Exam Questions & Answers

Category: 200-530

Exam 200-530: Zend PHP 5.3 Certification

Which of the following actions must be taken before this code may go into production?

An HTML form contains this form element
<code>
<input type=”file” name=”myFile” />
</code>
When this form is submitted, the following PHP code gets executed:
<code>
move_uploaded_file(
$_FILES[‘myFile’][‘tmp_name’],
‘uploads/’ . $_FILES[‘myFile’][‘name’]);
</code>
Which of the following actions must be taken before this code may go into production?
(Choose 2)


Page 4 of 26« First...23456...1020...Last »