This is a test of some PHP code
if(isset($_FILES['image'])){ $errors= array(); $file_name = $_FILES['image']['name']; $file_size = $_FILES['image']['size']; $file_tmp = $_FI read more..
COPYRIGHT 2016 (C) DUCKDIAMOND.COM