<?php
/*****************************************************************/
/* Nukequiz (tm) v 3.1.0 */
/* By: Kissoftware (hide@address.com) */
/* http://www.kissoftware.org.uk */
/* http://www.kissoftware.co.uk */
/* Copyright © 2003-2008 by Kissoftware */
/* See Docs For Information & Credits */
/* For More information Visit Forums Or The Online Help Manual */
/*****************************************************************/
if(!$secimage) {$secimage = 'blank.gif';}
if(!$db->sql_query("INSERT INTO ".$prefix."_nquiz_sections VALUES (NULL, '$secname','$secdesc','$secimage')")){
die (""._NQ_DBERRORTABLE."_nquiz_sections");
}
Header("Location: ".$admin_file.".php?op=nqcategoryedit");
?>