여러분 모두 대박나세요.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8 ">
</head>
<body topmargin="0" leftmargin="0">
<?php
//초기값 설정
$min= 1;
$max= 45;
$rnd_su = 6;
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8 ">
</head>
<body topmargin="0" leftmargin="0">
<?php
//초기값 설정
$min= 1;
$max= 45;
$rnd_su = 6;
$rnd_arr = array(0);
while (count($rnd_arr) <= $rnd_su) {
$gen_num = rand($min, $max);
for ($i = 1; $i<count($rnd_arr); $i++) {
if ($gen_num == $rnd_arr[$i]) { break; }
}
if ($gen_num != $rnd_arr[$i]) {
array_push($rnd_arr, $gen_num);
}
}
//Browser에 출력
echo "<center><table border=1>";
echo "<tr align=center><td width=40>$rnd_arr[1]</td><td width=40>$rnd_arr[2]</td><td width=40>$rnd_arr[3]</td><td width=40>$rnd_arr[4]</td><td width=40>$rnd_arr[5]</td><td width=40>$rnd_arr[6]</td><td width=100><input type=button value=번호생성 onClick=\"javascript:window.location.reload()\"></td></tr>";
echo "<center><table border=1>";
echo "<tr align=center><td width=40>$rnd_arr[1]</td><td width=40>$rnd_arr[2]</td><td width=40>$rnd_arr[3]</td><td width=40>$rnd_arr[4]</td><td width=40>$rnd_arr[5]</td><td width=40>$rnd_arr[6]</td><td width=100><input type=button value=번호생성 onClick=\"javascript:window.location.reload()\"></td></tr>";
echo "</table></center>";
?>
</body>
</html>
댓글 4개
게시판 목록
자유게시판
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 |
|
1주 전 | 10 | |
| 199718 |
|
1주 전 | 9 | |
| 199717 | 3주 전 | 20 | ||
| 199716 |
느긋한카키쿠키
|
3주 전 | 17 | |
| 199715 |
현대적인무질서한까마귀
|
3주 전 | 20 | |
| 199714 | 3주 전 | 23 | ||
| 199713 | 3주 전 | 32 | ||
| 199712 | 1개월 전 | 291 | ||
| 199711 |
안졸리니졸리니
|
1개월 전 | 144 | |
| 199710 |
|
1개월 전 | 160 | |
| 199709 |
|
1개월 전 | 91 | |
| 199708 | 1개월 전 | 106 | ||
| 199707 | 1개월 전 | 240 | ||
| 199706 | 1개월 전 | 41 | ||
| 199705 | 1개월 전 | 29 | ||
| 199704 | 1개월 전 | 46 | ||
| 199703 | 2개월 전 | 57 | ||
| 199702 | 2개월 전 | 97 | ||
| 199701 | 2개월 전 | 111 | ||
| 199700 | 2개월 전 | 83 | ||
| 199699 | 2개월 전 | 88 | ||
| 199698 | 2개월 전 | 134 | ||
| 199697 | 2개월 전 | 99 | ||
| 199696 |
|
2개월 전 | 245 | |
| 199695 | 2개월 전 | 88 | ||
| 199694 | 2개월 전 | 117 | ||
| 199693 | 2개월 전 | 185 | ||
| 199692 | 2개월 전 | 195 | ||
| 199691 |
|
2개월 전 | 169 | |
| 199690 | 2개월 전 | 257 | ||
| 199689 | 2개월 전 | 160 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기