مشكلة: صفحة php لا تقرأ كود html
<?php
if (isset($_FILES['file1']) && isset($_FILES['file2']))
{
//Codes.....
?>
HTML Codes...
<?php
}
else
{
header('Location: index.php');
}
?>
كود الhtml الذى بين كودين الphp لا يعمل
:github
<?php
if (isset($_FILES['file1']) && isset($_FILES['file2']))
{
//Codes.....
?>
HTML Codes...
<?php
}
else
{
header('Location: index.php');
}
?>
كود الhtml الذى بين كودين الphp لا يعمل
:github
التعليقات