'.jpg'; if (move_uploaded_file($_FILES['uploadphoto']['tmp_name'], $url)) { //刪除之前的圖片 $_POST['photo'] !== '' && unlink($_POST['photo']); ...
確定! 回上一頁