// 선택 옵션에서 숫자만
$use_io_days = preg_replace("/[^0-9]*/s", "", $row[io_id]);
// 해당일만큼 증가 후 종료일로 지정 - 현재일과 차이
$use_date = (strtotime(date('Y-m-d', strtotime("+".$use_io_days."day", strtotime($row['pay_datetime'])))) - strtotime(G5_TIME_YMD)) / 86400; // G5_TIME_YMD