php /* process_images.php */ $image_arr=unserialize(base64_decode(urldecode($_GET['arr']))); foreach($image_arr as $value){ /* do ...
確定! 回上一頁