I know this portion so far works. anyone else have any ideas?.... how do i add my fla files here?PHP Code:<%@language = "VBScript" %>
<%
strFirst = Request.Form("name_txt")
strFacility = Request.Form("facility_txt")
strPhone = Request.Form("phone_txt")
strEmail = Request.Form("email_txt")
strSubject = Request.Form("subject_txt")
strMessage = Request.Form("message_txt")
%>




Reply With Quote