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
/////////////////////////////////////////////////////////////////////////////
write_update.skin.php
$wr_11 = "$wr_11";
$sql11 = " update $write_table set wr_11 = '$wr_11' where wr_id = '$wr_id' ";
sql_query($sql11);