HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/common/asp/inc-email.asp
<%
Option Explicit ' must be the first statement
' (SS,4/12/08) moved existing code into inc-email-utils.asp to avoid Option Explicit and Cache code below

' (SS,12/12/06) added following to prevent caching on client as mentioned on http://support.microsoft.com/kb/299987
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1
%>
<!--#include file="inc-email-utils.asp"-->