전자결제 [ClassicASP] 주문번호 만들기
페이지 정보
본문
<!--#include file="./md5.asp" -->
<%
dim oid_timestamp
oid_timestamp = DateDiff("s", 1970-1-1, now()) + (9*60*60)
response.write left(date(),4) & mid(date(),6,2) & right(date(),2) & left(md5(oid_timestamp),7)
response.write oid_timestamp & left(md5(oid_timestamp),5)
%>
결과
2015031825b84ce
3450808459b84ce
ASP md5 파일 다운로드 ( https://www.happyjung.com/bbs/board.php?bo_table=lecture&wr_id=580 )
<%
dim oid_timestamp
oid_timestamp = DateDiff("s", 1970-1-1, now()) + (9*60*60)
response.write left(date(),4) & mid(date(),6,2) & right(date(),2) & left(md5(oid_timestamp),7)
response.write oid_timestamp & left(md5(oid_timestamp),5)
%>
결과
2015031825b84ce
3450808459b84ce
ASP md5 파일 다운로드 ( https://www.happyjung.com/bbs/board.php?bo_table=lecture&wr_id=580 )
댓글목록
등록된 댓글이 없습니다.