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

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");
%>