session_save_path("/home/users/web/b375/ipw.immigrantsolidarity/phpsessions");
session_start(); ?>
include"../core/linkdb.php";?>
include"../share/setup.inc.php";?>
if ($docid<>""){
if ($idUser_Role>=500){
$AddSql="DELETE FROM art WHERE CONCAT(Id)='$docid' LIMIT 1";
}else{
$AddSql="DELETE FROM art WHERE userid='$idUser_Id' and id='$docid' LIMIT 1";
}
mysql_query($AddSql) or die($AddSql.mysql_error());
header("Location:../features/view.php?id=$id");
}?>
ActionLA: Action for World Liberation Everyday!
include"../share/top.php";?>
$ArtTypeSql="select * from art where id='$id' limit 1";
$ArtTypeRs = mysql_query($ArtTypeSql) or die($ArtTypeSql.mysql_error());
// while($Row = mysql_fetch_row($NewsRs))
$ArtInfo = mysql_fetch_array($ArtTypeRs);
$ArtUserSql="select * from userform where id='$ArtInfo[userid]' limit 1";
$UserTypeRs = mysql_query($ArtUserSql) or die($ArtUserSql.mysql_error());
$UserInfo = mysql_fetch_array($UserTypeRs);
$temp=$ArtInfo["id"];
?>