query($sql); //print_r($file_array); //--- Resize image part --- $filename = $file_array["filename"]; /*resize_crop_photo($file_array["filename"], "../../".$page_attachment_path."original/", "../../".$page_attachment_path."thumb_c/", 130, 130); resize_photo($file_array["filename"], "../../".$page_attachment_path."original/", "../../".$page_attachment_path."thumb_s/", 109, 72);*/ resize_photo($file_array["filename"], "../../".$page_attachment_path."original/", "../../".$page_attachment_path."thumb_l/", 1200, 1200); exit(0); ?>