로그인후 이전페이지로 이동관련 질문드려요ㅠ
아래는 로그인 후 /main/main.html 메인페이지로 이동되어지는 구문입니다.
로그인 후 이전에 보던 페이지로 돌아가게 하고싶은데 가능한건가요?
아무리 검색을 해서 보아도 저의 얕은 지식으로는 감당이 되지 않네요ㅠ
능력자 분들의 도움이 절실합니다ㅠ
<? #### 회원로그인 ####
include_once($_SERVER[DOCUMENT_ROOT]."/include/config.html");
include(DocumentRoot."/include/db.html");
include_once($_SERVER[DOCUMENT_ROOT]."/include/config.html");
include(DocumentRoot."/include/db.html");
$chUrl=trim(urldecode($_REQUEST["chUrl"]));
if(strlen($_ShopInfo->getMemid())>0) {
if (strlen($chUrl)>0) $onload=$chUrl;
else $onload="/main/main.html";
Header("Location:".$onload);
exit;
}
if(strlen($_ShopInfo->getMemid())>0) {
if (strlen($chUrl)>0) $onload=$chUrl;
else $onload="/main/main.html";
Header("Location:".$onload);
exit;
}
$leftmenu="Y";
$sql="SELECT body,leftmenu FROM tbldesignnewpage WHERE shopid='".$_ShopInfo->getDb()."' AND type='login'";
$result=mysql_query($sql,get_db_conn());
if($row=mysql_fetch_object($result)) {
$body=$row->body;
$leftmenu=$row->leftmenu;
$newdesign="Y";
}
mysql_free_result($result);
$sql="SELECT body,leftmenu FROM tbldesignnewpage WHERE shopid='".$_ShopInfo->getDb()."' AND type='login'";
$result=mysql_query($sql,get_db_conn());
if($row=mysql_fetch_object($result)) {
$body=$row->body;
$leftmenu=$row->leftmenu;
$newdesign="Y";
}
mysql_free_result($result);
?>
댓글 2개
13년 전
로그인 전 페이지에서 $PHP_SELF , $QUERY_STRING 등 url 파라미터를 파라미터로 들고 가세요
ex ) $_RET_URL = $PHP_SELF."?".$QUERY_STRING;
$re_url = urlencode($_RET_URL);
<script>
location.href='/login.php?reurl=".$re_url."';
</script>
login.php 파일에서 reurl 을 form 에 넣어놓고 로그인 처리를 한 다음에 location 하면 될거 같아요
ex ) $_RET_URL = $PHP_SELF."?".$QUERY_STRING;
$re_url = urlencode($_RET_URL);
<script>
location.href='/login.php?reurl=".$re_url."';
</script>
login.php 파일에서 reurl 을 form 에 넣어놓고 로그인 처리를 한 다음에 location 하면 될거 같아요
13년 전
말씀 정말 고맙습니다~
역시나 어렵네요^^;;
시간내주셔서 감사드려요~
역시나 어렵네요^^;;
시간내주셔서 감사드려요~
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 413 | ||
| 7929 | 9년 전 | 330 | ||
| 7928 | 9년 전 | 419 | ||
| 7927 | 9년 전 | 337 | ||
| 7926 | 9년 전 | 667 | ||
| 7925 | 9년 전 | 353 | ||
| 7924 | 9년 전 | 336 | ||
| 7923 | 9년 전 | 343 | ||
| 7922 | 9년 전 | 378 | ||
| 7921 | 9년 전 | 397 | ||
| 7920 | 9년 전 | 322 | ||
| 7919 | 9년 전 | 334 | ||
| 7918 | 9년 전 | 489 | ||
| 7917 | 9년 전 | 328 | ||
| 7916 | 9년 전 | 407 | ||
| 7915 | 9년 전 | 404 | ||
| 7914 | 9년 전 | 415 | ||
| 7913 | 9년 전 | 573 | ||
| 7912 | 9년 전 | 420 | ||
| 7911 | 9년 전 | 366 | ||
| 7910 | 9년 전 | 409 | ||
| 7909 | 9년 전 | 509 | ||
| 7908 | 9년 전 | 429 | ||
| 7907 | 9년 전 | 371 | ||
| 7906 | 9년 전 | 393 | ||
| 7905 | 9년 전 | 373 | ||
| 7904 | 9년 전 | 355 | ||
| 7903 | 9년 전 | 347 | ||
| 7902 | 9년 전 | 562 | ||
| 7901 |
|
9년 전 | 735 | |
| 7900 | 9년 전 | 590 | ||
| 7899 | 9년 전 | 383 | ||
| 7898 | 9년 전 | 384 | ||
| 7897 | 9년 전 | 345 | ||
| 7896 | 9년 전 | 359 | ||
| 7895 | 9년 전 | 467 | ||
| 7894 | 9년 전 | 391 | ||
| 7893 | 9년 전 | 338 | ||
| 7892 | 9년 전 | 394 | ||
| 7891 | 9년 전 | 766 | ||
| 7890 | 9년 전 | 1196 | ||
| 7889 | 9년 전 | 747 | ||
| 7888 |
limsy1987
|
9년 전 | 546 | |
| 7887 | 9년 전 | 547 | ||
| 7886 | 9년 전 | 439 | ||
| 7885 | 9년 전 | 409 | ||
| 7884 | 9년 전 | 409 | ||
| 7883 | 9년 전 | 399 | ||
| 7882 | 9년 전 | 453 | ||
| 7881 | 9년 전 | 441 | ||
| 7880 | 9년 전 | 567 | ||
| 7879 | 9년 전 | 460 | ||
| 7878 | 9년 전 | 1217 | ||
| 7877 | 9년 전 | 749 | ||
| 7876 | 9년 전 | 487 | ||
| 7875 | 9년 전 | 559 | ||
| 7874 |
|
9년 전 | 809 | |
| 7873 | 9년 전 | 520 | ||
| 7872 | 9년 전 | 675 | ||
| 7871 | 9년 전 | 483 | ||
| 7870 | 9년 전 | 607 | ||
| 7869 | 9년 전 | 435 | ||
| 7868 | 9년 전 | 447 | ||
| 7867 | 9년 전 | 428 | ||
| 7866 | 9년 전 | 487 | ||
| 7865 | 9년 전 | 453 | ||
| 7864 | 9년 전 | 513 | ||
| 7863 | 9년 전 | 507 | ||
| 7862 | 9년 전 | 466 | ||
| 7861 | 9년 전 | 633 | ||
| 7860 | 9년 전 | 625 | ||
| 7859 | 9년 전 | 409 | ||
| 7858 | 9년 전 | 704 | ||
| 7857 | 9년 전 | 1076 | ||
| 7856 | 9년 전 | 524 | ||
| 7855 | 9년 전 | 753 | ||
| 7854 | 9년 전 | 732 | ||
| 7853 | 9년 전 | 580 | ||
| 7852 | 9년 전 | 508 | ||
| 7851 | 9년 전 | 505 | ||
| 7850 | 9년 전 | 583 | ||
| 7849 | 9년 전 | 356 | ||
| 7848 | 9년 전 | 412 | ||
| 7847 | 9년 전 | 654 | ||
| 7846 | 9년 전 | 455 | ||
| 7845 | 9년 전 | 416 | ||
| 7844 | 9년 전 | 390 | ||
| 7843 | 9년 전 | 416 | ||
| 7842 | 9년 전 | 399 | ||
| 7841 | 9년 전 | 384 | ||
| 7840 | 9년 전 | 405 | ||
| 7839 | 9년 전 | 436 | ||
| 7838 | 9년 전 | 519 | ||
| 7837 | 9년 전 | 357 | ||
| 7836 | 9년 전 | 398 | ||
| 7835 | 9년 전 | 475 | ||
| 7834 |
|
9년 전 | 1194 | |
| 7833 | 9년 전 | 431 | ||
| 7832 | 9년 전 | 416 | ||
| 7831 | 9년 전 | 561 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기