Componentes.Terceros.jvcl/official/3.32/examples/JvXMLDatabase/Documents/cat_add.xhs

6 lines
121 B
Plaintext

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