git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@19 7f62d464-2af8-f54e-996c-e91b33f51cbe
5 lines
231 B
Plaintext
5 lines
231 B
Plaintext
<%
|
|
Request("INSERT INTO items.xml(ItemId, ItemCat, ItemName, ItemSerial, ItemPhoto, ItemComment, ItemStatus) VALUES(NULL, $category, '$name', '$serial', '$image', '$comment', $status)");
|
|
Redirect("item.xhs?id=$lastid");
|
|
%>
|