başlık

mail@pastecode.io avatar
unknown
php
3 years ago
395 B
1
Indexable
Never
<!doctype html>
<html lang="tr-TR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="tr">
<meta charset="utf-8">
<title>Extra Eğitim </title>
</head>

<body>
  <?php
   $GelenDosyalar    =  $_FILES["Dosyalar[]"];

   echo "<pre>";
   print_r($GelenDosyalar);
   echo "</pre>";



  ?>

</body>
</html>