Componentes.Terceros.jvcl/official/3.39/examples/JvXMLDatabase/Documents/cat_add.xhs
2010-01-18 16:55:50 +00:00

6 lines
121 B
Plaintext

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