0byt3m1n1-V2
Path:
/
home
/
bangtoey
/
domains
/
bangtoey.go.th
/
public_html
/
poll
/
[
Home
]
File: del_choice.php
<?php session_start(); if($_SESSION["user"]==""){ session_destroy(); $message = "กรุณา Login ก่อน."; $url = "../admin/index.php"; include("../admin/alert.php"); exit; } require_once('../admin/Connections/conndb.php'); mysql_select_db($database_conndb, $conndb); if($_GET[ck]!=""){ $del = "delete from vote where id_v=".$_GET[ck]; mysql_query($del); } echo "<meta http-equiv='refresh' content='0;URL=add_choice.php?idp=".$_GET[idp]."'>"; if($conndb) { mysql_close($conndb); unset($conndb); } ?>
©
2018.