<?php
session_start();
include("connect_wec.php");
$q1="INSERT INTO category( Category)
VALUES
( TRIM( '$_POST[category]' )) ";
if (!mysql_query($q1))
die('Error:qry_Create_Categ: ' . mysql_error());
}
//header("Location: Http://localhost/crm/admin/Create_Categ ... ategCreate");
header("Location: http://indiaenergycongress.in/crm/admin ... atagCreate");
exit();
?>


