Hi plz explain what I have done wrong with:
<?
if(isset( $Submit ))
{
copy ($_FILES['imagefile']['tmp_name'], $_FILES['imagefile']['name'])
or die ("Could not copy");
}
$image_name == "$_FILES['imagefile']['name']";
$image_size == "$_FILES['imagefile']['size']";
$image_type == "$_FILES['imagefile']['type']";
?>
I have a headache and I can't think. If you care, the error is:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in url/process.php on line 9