[php] 아이디 랜덤 생성하기
페이지 정보
본문
<?php if ($w == "") {
$mb_md5 = substr(md5(G5_TIME_YMDHIS.rand(1,100)),0,6);
?>
<input type="hidden" name="mb_id" id="reg_mb_id" value="<?php echo $mb_md5?>" />
<?php } else { ?>
<input type="hidden" name="mb_id" id="reg_mb_id" value="<?php echo $member['mb_id']?>" />
<?php } ?>
추천0
댓글목록
등록된 댓글이 없습니다.