Skip to content

Instantly share code, notes, and snippets.

<?php
if (isset($_POST['submit'])) {
if (!isset($_FILES['access_logs']) || $_FILES['access_logs']['error'] != 0) {
echo '<strong>No file uploaded or file is corrupted.</strong>';
} else {