/beta/purchase/XMLchangeRelatedOrder.asp
ASP | 10 lines | 10 code | 0 blank | 0 comment | 2 complexity | 6f8cc2a55341e62c14fab14a42964422 MD5 | raw file
1<%@LANGUAGE="VBSCRIPT" CODEPAGE="1256"%> 2<!--#include file="../config.asp" --> 3<% if Auth(4 , 6) then %> 4<% 5 value=request.querystring("value") 6 id=request.querystring("id") 7 Conn.Execute ("update purchaseRequests SET order_ID = "& value & " where id = "& id ) 8 response.write ("ok") 9%> 10<% end if %>