 
 14 . 활용 - 전역변수, 함수
 14 . 활용 - 전역변수, 함수 
   
 글목록 출력 변수
    
본문 출력 변수
    
회원정보 출력 변수
    
보드 설정 변수
    
기타변수
    
함수
글목록 출력 변수
    
본문 출력 변수
    
회원정보 출력 변수
    
보드 설정 변수
    
기타변수
    
함수
 글목록 출력 변수 : 글목록 스킨2_index.php, 유틸util_iboard.php 파일에서 사용할 수 있다.
글목록 출력 변수 : 글목록 스킨2_index.php, 유틸util_iboard.php 파일에서 사용할 수 있다.
    $Index_data[no]                  - 글 고유번호
    $Index_data[board_name]  - 해당 보드명(영문)
    $Index_data[uid]                 - 목록 정렬 key 숫자
    $Index_data[division]   - 검색범위 분할 key 숫자
    $Index_data[thread]     - 문/답 형식의 글 들여 쓰기 구분 숫자
    $Index_data[parent]     - 답변글의 답변 대상 글 번호
    $Index_data[follow]     - 답변글들의 답변대상 시초글 번호
    $Index_data[replycnt]   - 답변글수
    $Index_data[no_reply]   - 답변차단으로 설정된 글이면 1
    $Index_data[mlevel]       - 작성자의 회원레벨
    $Index_data[member]     - 회원로그인 상태로 작성된 글이면 1
    $Index_data[micon]        - 작성자의 이름 아이콘 url
    $Index_data[mphoto]       - 작성자의 회원사진  url
    $Index_data[mcharacter] - 작성자의 캐릭터 그림파일명
    $Index_data[comment]    - 댓글수
    $Index_data[comment2]    - 쪽글수
    $Index_data[mnick]        - 작성자의 회원 닉네임
    $Index_data[vote]       - 글 추천점수
    $Index_data[ip]         - 작성자 아이피
    $Index_data[wdate]      - 글등록 time()
    $Index_data[wdate_re]    - 댓글,쪽글 등록 time()
    $Index_data[hit]        - 조회수
    $Index_data[specialset]       - 특수설정
    $Index_data[give_point]  - 포인트 증여 value
    $Index_data[re_select]   - 답변채택된 글이면 마이너스 value
    $Index_data[subject]     - 글제목
    $Index_data[category]    - 카테고리 구분 번호
    $Index_data[name]        - 이름
    $Index_data[id]          - 아이디(로그인 안해도 쿠키값으로 대체)
    $Index_data[wmail]       - 메일주소
    $Index_data[home]        - 홈페이지 url
    $Index_data[bodytype]    - 본문속성(일반모드,편집모드,텍스트모드..)
    $Index_data[bodystyle]   - 본문 css style(편집모드로 글작성한 경우)
    $Index_data[mypass]      - 비밀번호
    $Index_data[secret]      - 비공개지정 글이면 1
    $Index_data[openerid]    - 비공개지정 글에서 비공개 제외대상 아이디(여러 아이디는 콤마로 구분)
    $Index_data[tbody]       - 본문내용
    $Index_data[tbody_img]   - 본문내용 안에 삽입된 그림파일들 경로(편집모드 글작성->본문안에 그림파일 첨부삽입한것)
    $Index_data[ulink1]      - 링크#1 의 url
    $Index_data[ulink1size]  - 링크#1 의 사이즈
    $Index_data[ulink1hit]   - 링크#1 의 조회(연결)수 카운트
    $Index_data[ulink2]      - 링크#2 의 url
    $Index_data[ulink2size]  - 링크#2 의 사이즈
    $Index_data[ulink2hit]   - 링크#2 의 조회(연결)수 카운트
    $Index_data[filedir]     - 첨부파일 분할저장 디렉토리명 숫자
    $Index_data[ufile1]      - 파일첨부#1  파일명
    $Index_data[ufile1size]  - 파일첨부#1 용량
    $Index_data[ufile1hit]   - 파일첨부#1 다운횟수
    $Index_data[ufile2]      - 파일첨부#2 파일명
    $Index_data[ufile2size]  - 파일첨부#2 용량
    $Index_data[ufile2hit]   - 파일첨부#2 다운횟수
    $Index_data[temp1]       - 예비
    $Index_data[temp2]       - 예비
    $Index_data[temp3]       - 예비
    $Index_data[user_add1]   - 입력란 추가1 의 입력 데이타
    $Index_data[user_add2]   - 입력란 추가2 의 입력 데이타
    $Index_data[user_add3]   - 입력란 추가3 의 입력 데이타
    $Index_data[user_add4]
    ...
    ...
    $Index_data[user_add7 ....
    "보드설정-[6-16] 글쓰기 입력항목 추가 설정하기" 의 설정에 따라 계속 추가 생성됨
    ...