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

5 lines
168 B
Plaintext

<%
Request("INSERT INTO boxes.xml(BoxId, BoxPeremption, BoxName, BoxStatus) VALUES(NULL, '$peremption', '$name', $status)");
Redirect("box.xhs?id=$lastid");
%>