간단히 필드 추가하기 > 그누4 팁자료실

그누4 팁자료실

그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.

간단히 필드 추가하기 정보

간단히 필드 추가하기

본문

db_plus.php

<?
include_once("./_common.php");
include_once("./_head.php");

//wr_11 ~15필드 늘리기
sql_fetch(" alter table g4_write_테이블명 add wr_11 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_12 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_13 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_14 text ");
sql_fetch(" alter table g4_write_테이블명 add wr_15 text ");


include_once("./_tail.php");
?>


위 내용을 저장한후
http://홈페이지/db_plus.php

------------------------------------------------------------------------------------------------------------------------
보너스팩

반대로 삭제하기..

db_drop.php

<?
include_once("./_common.php");
include_once("./_head.php");

//wr_11 ~15필드 삭제하기
sql_fetch(" alter table g4_write_테이블명 drop wr_11 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_12 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_13 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_14 text ");
sql_fetch(" alter table g4_write_테이블명 drop wr_15 text ");


include_once("./_tail.php");
?>

위 내용을 저장한후
http://홈페이지/db_drop.php
추천
9

댓글 21개

전체 3,313 |RSS
그누4 팁자료실 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT