require_once("../database.php");
require_once("adminfuncties.php");
if(!empty($_GET[ItemID]) && !empty($_GET[ip]))
{
$q1 = "delete from oneshop_waardering where ItemID = '$_GET[ItemID]' and ip = '$_GET[ip]' ";
mysql_query($q1) or die(mysql_error());
}
echo "