[PHP] 가장 심플한 예약 주문번호 생성 코드
$order_id = substr(date('YmdHis', time()), 2) . sprintf('%02d', rand(1,99));