Componentes.Terceros.jcl/official/1.100/examples/JvXMLDatabase/Documents/cat_add.xhs

6 lines
121 B
Plaintext

<%
Request("INSERT INTO categories.xml(CatId, CatName) VALUES(NULL, '$name')");
Redirect("categories.xhs");
%>