|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/www/profile/ |
Upload File : |
<?include $_SERVER['DOCUMENT_ROOT']."/include/top.html";?>
<form id="form" name="form" enctype="multipart/form-data">
<input type=hidden name="tab" value="<?=$tab?>">
<input type=hidden name="tabs" value="<?=$tabs?>">
<input type=hidden name="mode" value="<?=$mode?>">
<input type=hidden name="idx">
<?
$reset_url=$_SERVER['HTTP_REFERER'];
echo"<input type=hidden name='returnUrl' value='$reset_url' size='40'>";?>
<?
switch($tabs){
case "1":
$titlePathName="INTRODUCE";
include"introduce.html";
break;
case "2":
$titlePathName="DRAMA";
include"drama.html";
break;
case "3":
$titlePathName="FILM";
include"film.html";
break;
case "4":
$titlePathName="ETC";
include"etc.html";
break;
case "5":
$titlePathName="ETC";
include"introduce2.html";
break;
}
?>
</form>
<?include $_SERVER['DOCUMENT_ROOT']."/include/bottom.html";?>