i use global $oldimg = array() for storing their names but when i use theme at line 105-108 below, they aren't set;
here is my form:
Code:
<?php
global $oldimg;
$oldimg = array();
//action: edit news
if (isset($_GET['id'])) {
$NewsID = (int)$_GET['id'];
if ($NewsID == 0) {
$rdir = '<META HTTP-EQUIV="Refresh"
Leave a comment: