6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
<%
|
|
Request("INSERT INTO categories.xml(CatId, CatName) VALUES(NULL, '$name')");
|
|
Redirect("categories.xhs");
|
|
%>
|
|
|