?? del_img.php
字號:
<?
include("http://www.ec51.com/include/configuration.inc");
include("http://www.ec51.com/include/database.inc");
include("http://www.ec51.com/include/dbaccess.inc");
$lang = "gb2312";
$user_id = "test";
$rc = configuration($lang, $userid);
session_start();
if ($is_pass != "Yes")
header("Location: ../en_login.php");
//$f_size=strlen($picp);
//$picp=substr($picp,3,$f_size);
//$picp="http://www.ec51.com/en/".$picp;
//echo "picp=$picp";
if(unlink($picp)){
$tablename = "en_images";
$query = "delete from $tablename where i_id=$del_id";
db_do_query($rc, $query, 0);
}
header("Location: photobank.php");
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -