update($_POST); } else { $table = "appCategory"; $query = "INSERT INTO $table VALUES(0, 'NONAME', null, 0)"; query_appdb("DELETE FROM $table WHERE catName = 'NONAME'"); if(debugging()) echo "$query

\n"; $t->create($query, $table, "catId"); } apidb_footer(); ?>