<?
include_once("./_common.php");
/* 기존의 DB에서 불러오는 방식
if ($addr1)
{
$zipfile = file("./zip.db");
$search_count = 0;
while ($zipcode = each($zipfile))
{
if(strstr(substr($zipcode[1],9,512), $addr1))
{
$list[$search_count][zip1] = substr($zipcode[1],0,3);
$list[$search_count][zip2] = substr($zipcode[1],4,3);
$addr = explode(" ", substr($zipcode[1],8));
if ($addr[sizeof($addr)-1])
{
$list[$search_count][addr] = str_replace($addr[sizeof($addr)-1], "", substr($zipcode[1],8));
$list[$search_count][bunji] = trim($addr[sizeof($addr)-1]);
}
else
$list[$search_count][addr] = substr($zipcode[1],8);
$list[$search_count][encode_addr] = urlencode($list[$search_count][addr]);
$search_count++;
}
}
if (!$search_count) alert("찾으시는 주소가 없습니다.");
}
*/
if ($addr1)
{
//$sql = " select * from zipcode where zp_dong like '%$addr1%' order by zp_sido, zp_gugun, zp_dong ";
$sql = " select * from $g4[zipcode] where zp_dong like '%$addr1%' order by zp_sido, zp_gugun, zp_dong ";
echo $sql;
//echo '<xmp>';
//print_r($g4);
//echo '</xmp>';
$result = mysql_query($sql);
$search_count = 0;
for ($i=0; $row=sql_fetch_array($result); $i++)
{
$list[$i][zip1] = substr($row[zp_code], 0, 3);
$list[$i][zip2] = substr($row[zp_code], 3, 3);
$list[$i][addr] = "$row[zp_sido] $row[zp_gugun] $row[zp_dong]";
$list[$i][bunji] = $row[zp_bunji];
$list[$i][encode_addr] = urlencode($list[$i][addr1]);
$search_count++;
}
if (!$search_count)
alert("찾으시는 주소가 없습니다.");
}
$g4[title] = "우편번호 검색";
include_once("$g4[path]/ahead.sub.php");
$member_skin_path = "$g4[path]/skin/member/$config[cf_member_skin]";
include_once("$member_skin_path/zip.skin.php");
include_once("$g4[path]/tail.sub.php");
?>
include_once("./_common.php");
/* 기존의 DB에서 불러오는 방식
if ($addr1)
{
$zipfile = file("./zip.db");
$search_count = 0;
while ($zipcode = each($zipfile))
{
if(strstr(substr($zipcode[1],9,512), $addr1))
{
$list[$search_count][zip1] = substr($zipcode[1],0,3);
$list[$search_count][zip2] = substr($zipcode[1],4,3);
$addr = explode(" ", substr($zipcode[1],8));
if ($addr[sizeof($addr)-1])
{
$list[$search_count][addr] = str_replace($addr[sizeof($addr)-1], "", substr($zipcode[1],8));
$list[$search_count][bunji] = trim($addr[sizeof($addr)-1]);
}
else
$list[$search_count][addr] = substr($zipcode[1],8);
$list[$search_count][encode_addr] = urlencode($list[$search_count][addr]);
$search_count++;
}
}
if (!$search_count) alert("찾으시는 주소가 없습니다.");
}
*/
if ($addr1)
{
//$sql = " select * from zipcode where zp_dong like '%$addr1%' order by zp_sido, zp_gugun, zp_dong ";
$sql = " select * from $g4[zipcode] where zp_dong like '%$addr1%' order by zp_sido, zp_gugun, zp_dong ";
echo $sql;
//echo '<xmp>';
//print_r($g4);
//echo '</xmp>';
$result = mysql_query($sql);
$search_count = 0;
for ($i=0; $row=sql_fetch_array($result); $i++)
{
$list[$i][zip1] = substr($row[zp_code], 0, 3);
$list[$i][zip2] = substr($row[zp_code], 3, 3);
$list[$i][addr] = "$row[zp_sido] $row[zp_gugun] $row[zp_dong]";
$list[$i][bunji] = $row[zp_bunji];
$list[$i][encode_addr] = urlencode($list[$i][addr1]);
$search_count++;
}
if (!$search_count)
alert("찾으시는 주소가 없습니다.");
}
$g4[title] = "우편번호 검색";
include_once("$g4[path]/ahead.sub.php");
$member_skin_path = "$g4[path]/skin/member/$config[cf_member_skin]";
include_once("$member_skin_path/zip.skin.php");
include_once("$g4[path]/tail.sub.php");
?>
댓글 3개
dannykim
15년 전
도와주세요~~~
DiZiNOr
15년 전
이렇게만 적어두고 무슨현상인지 알아야 봐드리죠 ;;
l2zeo
15년 전
우편번호 연결이 안된다는 말씀이 무슨 말씀이신지..
해당 주소를 알려주시면 조금이라도 도움이 되드릴거 같은데ㅠ..
해당 주소를 알려주시면 조금이라도 도움이 되드릴거 같은데ㅠ..
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 430 | 19년 전 | 4084 | ||
| 429 | 19년 전 | 3278 | ||
| 428 | 19년 전 | 4112 | ||
| 427 | 19년 전 | 3456 | ||
| 426 | 19년 전 | 3087 | ||
| 425 | 19년 전 | 3383 | ||
| 424 | 19년 전 | 2428 | ||
| 423 | 19년 전 | 2834 | ||
| 422 | 19년 전 | 2328 | ||
| 421 | 19년 전 | 3694 | ||
| 420 | 19년 전 | 4722 | ||
| 419 | 19년 전 | 3761 | ||
| 418 |
|
19년 전 | 1719 | |
| 417 | 19년 전 | 2728 | ||
| 416 | 19년 전 | 2370 | ||
| 415 | 19년 전 | 2598 | ||
| 414 | 19년 전 | 4390 | ||
| 413 |
|
19년 전 | 2562 | |
| 412 | 19년 전 | 3020 | ||
| 411 |
|
19년 전 | 2974 | |
| 410 |
|
19년 전 | 3652 | |
| 409 |
|
19년 전 | 3609 | |
| 408 |
|
19년 전 | 1830 | |
| 407 | 19년 전 | 2198 | ||
| 406 | 19년 전 | 2759 | ||
| 405 | 19년 전 | 2428 | ||
| 404 | 19년 전 | 4288 | ||
| 403 | 19년 전 | 3284 | ||
| 402 |
NeoGenesis
|
19년 전 | 4070 | |
| 401 | 19년 전 | 2584 | ||
| 400 |
|
19년 전 | 2467 | |
| 399 | 19년 전 | 2937 | ||
| 398 | 19년 전 | 2467 | ||
| 397 | 19년 전 | 2768 | ||
| 396 | 19년 전 | 2458 | ||
| 395 | 19년 전 | 3164 | ||
| 394 | 19년 전 | 1684 | ||
| 393 | 19년 전 | 2976 | ||
| 392 | 19년 전 | 2236 | ||
| 391 | 19년 전 | 2167 | ||
| 390 | 19년 전 | 2259 | ||
| 389 | 19년 전 | 2617 | ||
| 388 | 19년 전 | 2110 | ||
| 387 | 19년 전 | 4454 | ||
| 386 |
|
19년 전 | 2664 | |
| 385 |
|
19년 전 | 2446 | |
| 384 | 19년 전 | 2959 | ||
| 383 | 19년 전 | 3034 | ||
| 382 | 19년 전 | 3087 | ||
| 381 |
|
19년 전 | 2620 | |
| 380 |
|
19년 전 | 2999 | |
| 379 | 19년 전 | 2531 | ||
| 378 | 19년 전 | 2187 | ||
| 377 | 19년 전 | 2766 | ||
| 376 | 19년 전 | 2461 | ||
| 375 |
|
19년 전 | 2539 | |
| 374 | 19년 전 | 3787 | ||
| 373 | 19년 전 | 3252 | ||
| 372 | 19년 전 | 4972 | ||
| 371 |
세은아빠2
|
19년 전 | 2396 | |
| 370 | 19년 전 | 4488 | ||
| 369 | 19년 전 | 3089 | ||
| 368 | 19년 전 | 2871 | ||
| 367 | 19년 전 | 3711 | ||
| 366 | 19년 전 | 2625 | ||
| 365 | 19년 전 | 3709 | ||
| 364 | 19년 전 | 3983 | ||
| 363 | 19년 전 | 3413 | ||
| 362 | 19년 전 | 3465 | ||
| 361 | 19년 전 | 4085 | ||
| 360 |
hwatta
|
19년 전 | 2337 | |
| 359 | 19년 전 | 5073 | ||
| 358 | 19년 전 | 3628 | ||
| 357 | 19년 전 | 2575 | ||
| 356 |
sdesign1s
|
19년 전 | 2254 | |
| 355 | 20년 전 | 2717 | ||
| 354 | 20년 전 | 3011 | ||
| 353 | 20년 전 | 2779 | ||
| 352 |
|
20년 전 | 5760 | |
| 351 |
|
20년 전 | 2682 | |
| 350 |
|
20년 전 | 4262 | |
| 349 |
hwatta
|
20년 전 | 2152 | |
| 348 | 20년 전 | 7295 | ||
| 347 | 20년 전 | 2400 | ||
| 346 | 20년 전 | 3470 | ||
| 345 | 20년 전 | 4278 | ||
| 344 | 20년 전 | 2605 | ||
| 343 | 20년 전 | 3890 | ||
| 342 | 20년 전 | 3045 | ||
| 341 | 20년 전 | 4069 | ||
| 340 |
|
20년 전 | 5100 | |
| 339 |
|
20년 전 | 4208 | |
| 338 | 20년 전 | 5833 | ||
| 337 | 20년 전 | 2017 | ||
| 336 |
|
20년 전 | 3288 | |
| 335 |
|
20년 전 | 3521 | |
| 334 |
|
20년 전 | 2900 | |
| 333 |
hwatta
|
20년 전 | 2409 | |
| 332 | 20년 전 | 4639 | ||
| 331 | 20년 전 | 2252 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기