ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/toadmin/design/ |
Upload File : |
<? include "../include/top_proc.html"; include "_common.php"; $table = "TB_HOMEPAGE_BANNER"; if($SqlType=="crop_ins"){ $data = homepage_banner("intro_corp","","",""," and lang='{$_REQUEST[lang]}'"); if ( count($data) > 0 ) { // 업데이트 $sql ="update {$table} set title='회사소개', cont='{$cont}' , disp_yn='Y' , ins_dt=now() , lang='{$lang}' where pos ='intro_corp' and lang='{$lang}' "; db_query($sql); } else { // 새로 저장 $sql ="insert into {$table} set title='회사소개' , cont='{$cont}' , pos='intro_corp' , disp_yn='Y' , ins_dt=now() , lang='{$lang}' "; db_query($sql); } error_msg("document.location.href='homepage_corp_intro.html?lang={$lang}';","script"); } ?>