/home/banprang/domains/plai.go.th/public_html/coremain/index_status.php


1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
session_start
();
include (
"function_import_request.php");
import_request_variables('pG''p_');

if (
$_SESSION['web_name'] == "")
  
$_SESSION['web_name'] = $web_name;
include(
"../$_SESSION[web_name]/connect.php");

$update "update cms_status_module set status = '$p_status' where name_module = '$p_module'";
@
mysql_query($update);

?>