Componentes.Terceros.jvcl/official/3.32/examples/JvXMLDatabase/Documents/item_createit.xhs

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