| Server IP : 172.67.201.108 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/cgny/public_html/2019/wit2022/ |
Upload File : |
<cfsavecontent variable="headercontent">
<title>CG Order</title>
</cfsavecontent>
<Cfinclude template="/header.cfm">
<cfinclude template="/rossavings.cfm">
<main>
<div class="white_bg" >
<div class="container margin_60" style="max-width: 600px;">
<div class="main_title">
<h2>Order Confirmed</span></h2>
</div>
<Cfloop from="1" to="#url.totalq#" index="ThisRow">
<Cfquery name=addphoto datasource="cg22">
INSERT INTO liveeventguests (orderid,name,email,phone,facebook,instagram
)
VALUES (#url.order#,
'#Evaluate("form.guestname" & ThisRow)#',
'#Evaluate("form.guestemail" & ThisRow)#',
'#Evaluate("form.guestphone" & ThisRow)#','',''
)
</cfquery>
</Cfloop>
<Cfquery name="getorder" datasource="#ds#">
select firstname,email from liveeventorder where id = #url.order#
</cfquery>
<CFMAIL
TO="#getorder.email#"
SUBJECT="WIT Ticket Guest Confirmation"
FROM="Women in Tourism <[email protected]>"
SERVER="127.0.0.1"
type="html"
>
<img src="https://www.cityguideny.com/WIT_websitebanner2.png" style="max-width:600px;width:100%">
<p>
Hi #getorder.firstname#,
Your guests are confirmed:
<p>
<Cfloop from="1" to="#url.totalq#" index="ThisRow">
#Evaluate("form.guestname" & ThisRow)#
<p>
</Cfloop>
</cfmail>
<cfoutput>
<Cfquery name="getcoupon" datasource="#ds#">
select * from liveeventpackages
where id = #url.package#
</cfquery>
#getcoupon.PACKATECONFIRMATIONPAGE#
</cfoutput>
</div>
<!-- //////////////////////////////////
//////////////END PAGE CONTENT/////////
////////////////////////////////////-->
</div>
</div>
</div>
</div>
</div>
</main>
<cfinclude template="/footer.cfm">