| 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/ |
Upload File : |
<cfsavecontent variable="headercontent">
<title>Etd 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>
<Cfif not parameterexists(form.guestemail1)>
Error 117
<!-- //////////////////////////////////
//////////////END PAGE CONTENT/////////
////////////////////////////////////-->
</div>
</div>
</div>
</div>
</div>
</main>
<cfinclude template="footer.cfm">
<cfabort>
</cfif>
<Cfloop from="1" to="#url.totalq#" index="ThisRow">
<Cfquery name=addphoto datasource="cg22">
INSERT INTO etdguests(orderid,email,phone,facebook,instagram
)
VALUES (#url.order#,
'#Evaluate("form.guestemail" & ThisRow)#',
'#Evaluate("form.guestphone" & ThisRow)#','',''
)
</cfquery>
</Cfloop>
<cfoutput>
<Cfquery name="getcoupon" datasource="#ds#">
select * from etdevent
where id = #url.id#
</cfquery>
#getcoupon.confirmationpage#
</cfoutput>
</div>
<!-- //////////////////////////////////
//////////////END PAGE CONTENT/////////
////////////////////////////////////-->
</div>
</div>
</div>
</div>
</div>
</main>
<cfinclude template="footer.cfm">