git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@12 7f62d464-2af8-f54e-996c-e91b33f51cbe
5 lines
169 B
Plaintext
5 lines
169 B
Plaintext
<%
|
|
Request("INSERT INTO users.xml(UserId, UserName, UserLogin, UserPassword) VALUES(NULL, '$name', '$login', '$password')");
|
|
Redirect("user.xhs?id=$lastid");
|
|
%>
|