this is my prob
". i want to change this code to uypload 5 images
pls help me
<?php
//This is the directory where images will be saved
$target = "images/";
$target = $target . basename( $_FILES['photo']['name']);
//This gets all the other information from the form
$name=$_POST['xx']...