Componentes.Terceros.jvcl/official/3.39/examples/JvXMLDatabase/Documents/item_detailschange.xhs
2010-01-18 16:55:50 +00:00

6 lines
236 B
Plaintext

<%
Request("UPDATE items.xml SET ItemCat = $category, ItemName = '$name', ItemSerial = '$serial', ItemComment = '$comment', ItemStatus = $status, ItemPhoto = '$image'
WHERE (ItemId = $id)");
Redirect("item.xhs?id=$id");
%>