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