PrepAway - Latest Free Exam Questions & Answers

Category: 200-550

Exam 200-550: Zend Certified PHP Developer

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

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


Page 22 of 23« First...10...1920212223