메뉴 건너뛰기

프로그램언어

조회 수 17642 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

http://홈주소/?exec=xxx 같은걸 보면 괜히 폼나고 그렇죠;;

저거는요 먼저 계정을 제공하는곳에서요 index.php나 이런 종류의 인덱스 파일을 인식해야 됩니다^-^;

index.php 란 파일이 있습니다
내용은 :
<?

switch ($mode) {
    case  "php" :
    case  "freeboard" :
        $id=$mode;
        include_once ("./board/list.php");
        break;
    case  "zeni" :
        include_once ("./$mode.zeni");
        break;
    case  "homework" :
        include_once ("./study.php");
        break;
    default :
    echo("잘못 호출 하셧습니다 :) ");
    exit;
}
?>

이런 내용이 있다구 치구요 부를때에는 index.php?mode=xxx 라고 부르면 되는걸로 알고 있을겁니다
그렇지만 계정에서

http://홈주소/

라고 쳤을때 만약 http://홈주소/index.php 파일에 내용이 뜰경우

그냥 http://홈주소/?mode=xxx 해주시면 됩니다

너무 쉬운 강좌인가요? 예를 보여드리겠습니다;
http://netmask.co.kr/~zeni/?mode=notice
이런 형식으로 보여지게 됩니다 ^-^;


  1. 함수이름을 변수로 사용하기, 매개변수 없는 함수에 매개변수 넣기

    Date2021.03.26 Views746
    Read More
  2. JAVASCRIPT 차트, 그래프 모음 (php chart, graph )

    Date2021.03.26 Views1612
    Read More
  3. 구글 학술 검색

    Date2021.03.26 Views255
    Read More
  4. 복권 번호 뽑기

    Date2021.03.26 Views338
    Read More
  5. 문자열 함수 모음

    Date2021.03.26 Views318
    Read More
  6. 알파벳 순서대로 출력하기 ord(), chr()

    Date2021.03.26 Views578
    Read More
  7. MYSQL DB의 모든 테이블에서 문자열 검색 하기

    Date2021.03.26 Views913
    Read More
  8. while, for, foreach 속도 비교

    Date2021.03.26 Views618
    Read More
  9. 배열 더하기 (+ 를 이용한 배열 합치기 )

    Date2021.03.26 Views451
    Read More
  10. csv파일 다루기. fputcsv(), fgetcsv()

    Date2021.03.26 Views558
    Read More
  11. substr(), mb_substr(), iconv_substr()

    Date2021.03.26 Views564
    Read More
  12. PEAR DB 관련 함수들

    Date2021.03.26 Views690
    Read More
  13. 파일을 변수에 담기(ob_start를 이용한 방법)

    Date2021.03.26 Views674
    Read More
  14. 문자,숫자 랜덤 출력

    Date2021.03.26 Views404
    Read More
  15. PHP Notice: Use of undefined constant ... assumed ... 오류

    Date2021.03.26 Views307
    Read More
  16. HTTP 인증하기, 로그인창 띄우기

    Date2021.03.26 Views214
    Read More
  17. 콜론 연산자

    Date2021.03.26 Views307
    Read More
  18. 상수, 마법상수, 모든 상수 보기

    Date2021.03.26 Views236
    Read More
  19. 조건문의 함수실행 여부 if ( 0 && ... )

    Date2021.03.26 Views227
    Read More
  20. printf() sprintf()

    Date2021.03.26 Views272
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved