| Server IP : 172.67.201.108 / Your IP : 216.73.216.68 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/content/07/9135807/html/ |
Upload File : |
<body bgcolor="#efefef">
<Cfset #ds# = 'cityguide'>
<Cfif parameterexists(url.submit)>
<Cfif parameterexists(form.first)>
<cfquery name="updas" dataSource="#ds#">
update oscarspollentries
set address1 = '#form.address1#'
where email = '#url.email#'
</cfquery>
</Cfif>
<Cfif parameterexists(form.address1)>
<cfquery name="updas" dataSource="#ds#">
update oscarspollentries
set address1 = '#form.address1#'
where email = '#url.email#'
</cfquery>
</Cfif>
<Cfif parameterexists(form.address2)>
<cfquery name="updas" dataSource="#ds#">
update oscarspollentries
set address2 = '#form.address2#'
where email = '#url.email#'
</cfquery>
</Cfif>
<Cfif parameterexists(form.city)>
<cfquery name="updas" dataSource="#ds#">
update oscarspollentries
set city = '#form.city#'
where email = '#url.email#'
</cfquery>
</Cfif>
<Cfif parameterexists(form.state)>
<cfquery name="updas" dataSource="#ds#">
update oscarspollentries
set state = '#form.state#'
where email = '#url.email#'
</cfquery>
</Cfif>
<Cfif parameterexists(form.first)>
<cfquery name="updas" dataSource="#ds#">
update oscarspollentries
set first = '#form.first#'
where email = '#url.email#'
</cfquery>
</Cfif>
<Cfif parameterexists(form.last)>
<cfquery name="updas" dataSource="#ds#">
update oscarspollentries
set last = '#form.last#'
where email = '#url.email#'
</cfquery>
</Cfif>
<Cfif parameterexists(form.zip2)>
<cfquery name="updas" dataSource="#ds#">
update oscarspollentries
set zip2 = '#form.zip2#'
where email = '#url.email#'
</cfquery>
</Cfif>
<p>
<br />
<font face=verdana size=+1>Thank You - Your Information Has Been Submitted!
</Td></Tr></table> </Center>
<cfelse>
<cfFORM action="/newemailpageaddress.cfm?email=#url.email#&submit=on" method="post">
<font face="arial">
If you'd like your free Thought Gallery T-shirt, tell us where to send it below:
<table cellspacing=5 cellpadding=5 border="0" bgcolor="#efefef">
<tr>
<td colspan="2">
<b><font SIZE="-1" FACE="verdana" >First Name: </font></b>
<font SIZE="-1" FACE="verdana" >
<input NAME="last" SIZE="20"><b> Last Name :
<input NAME="last" SIZE="20">
</td>
</tr>
<tr>
<td colspan="2">
<b><font SIZE="-1" FACE="verdana" >Address: </font></b>
<font SIZE="-1" FACE="verdana" >
<input NAME="address1" SIZE="50"><Br>
<b> Address 2:
<input NAME="address2" SIZE="50">
</td>
</tr>
<tr>
<tr>
<td>
<b><font SIZE="-1" FACE="verdana" >City: <input NAME="city" SIZE="25"></font></b>
</td>
<td><b>
<font SIZE="-1" FACE="verdana" >State: <input NAME="state" SIZE="2">
<font SIZE="-1" FACE="verdana" >Zip: <input NAME="state" SIZE="5">
</td>
</tr>
</table>
<Br>
<center><input type="submit" Value="Submit">
</cfform>
</cfif>