Forum Moderators: coopster
all.php?a=0 [switch]
-----------
include("form.php"); => all.php?a=1
all.php?a=1 [switch]
-----------
include("form_fns.php");
All the $_POST variables in the form process except for the $_FILES image I can't get it to work...
if (empty($_FILES['imgfile'])) $errormess .= "Image File<br>";
$errormess == "Image File"
thanks for the help,
Mike
<?php
print '<pre>';
print_r($_FILES);
print '</pre>';
?>