Componentes.Terceros.jvcl/official/3.36/examples/JvXMLDatabase/Documents/cat_add.xhs
2009-02-27 12:23:32 +00:00

6 lines
121 B
Plaintext

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