Quote Originally Posted by DEViANCE View Post
It should stop any blank form entries before it even gets to entering it into database... strange...

Code: 
if(empty($titles[0]) || empty($urls[0]) || empty($types[0]) || empty($sname) || empty($surl) || empty($email)) {$this->error = 'Error: Some fields were not set, please check you filled in all details.';}

assuming the empty download is the first element in the array. What if its the idk, 7th? or... 2nd? or 3rd? etc.
immortalxx Reviewed by immortalxx on . WcDDL Empty Downloads Hello, Im having a problem, when a user submits alot of downloads, occassionally about 10 blank ones appear to. Is their any script that can auto delete empty downloads from the WCDDL downloads database? Rating: 5