<input name="photo_filename" type="file">
fields across to a gd script?
The gd script can handle multiple images
I thought something like:
Code: Select all
<?php
while($counter <= $number_of_fields){
echo '<input name="photo_filename[]" type="file"><br />';
$counter++;}
?>