<?php
if (isset($_FILES['file1']) && isset($_FILES['file2'])) 
{
//Codes.....
?>

HTML Codes...
<?php
}
else
{
header('Location: index.php');
}
?>

كود الhtml الذى بين كودين الphp لا يعمل

:github