require_once("../conn.php");
require_once("access.php");
if(isset($_POST[s1]) && !empty($_POST[NewCategory]))
{
$q1 = "update yellow_categories set CategoryName = '$_POST[NewCategory]', description = '$_POST[description]', longdescription = '$_POST[longdescription]' where CategoryID = '$_POST[CategoryID]' ";
mysql_query($q1) or die("
CLASSIFIEDS v2.0
|