/var/www/(Del)explorer-island.com/old/webadmin/gsubdelete.php


1
2
3
4
5
6
7
8
9
10
11
12
13
<? require("configure.php"); ?>
<?
$gcatid         
$_GET["gcatid"];
$gimgid         $_GET["gimgid"];

$sql "DELETE FROM galleryimg WHERE gimgid="$gimgid ." ";
mysql_query($sql);

mysql_close($dbh);

header("Location: gsubindex.php?gcatid=$gcatid&msg=Update Successful");
?>