When there are no photos uploaded i get and unidentified index notice. I get 4 of them from line 46-49.
<?php
// File Variables
$name= $_FILES['image']['name'];
$temp= $_FILES['image']['tmp_name'];
$type= $_FILES['image']['type'];
$size= $_FILES['image']['size'];
page_form.php
edit_page.php
new_page.php
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.