My PHP code for file upload is not working.?
I have been given some PHP code and some html to upload images to my website from my host. It does not seem to be working. Here it is:
<?php
//places files into same dir as form resides
foreach ($_FILES["pictures"]["error"] as $key => $error) {
if...