Componentes.Terceros.jvcl/internal/3.36/1/examples/JvXMLDatabase/Documents/cat_add.xhs
2009-03-04 12:31:55 +00:00

6 lines
121 B
Plaintext

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