Re: collecting IP Address through database shopping cart

2007-04-16 Thread tracy sanchez
No offense taken Jon. I probably should explain to you that this cart was built by a guy who's friends with the owner of our company and since he provided it to us free and he's very busy with his own job, I've kind of been made the guy to take on customizing the cart, so I'm a newbie to

Re: collecting IP Address through database shopping cart

2007-04-16 Thread tracy sanchez
On Apr 13, 2007, at 4:57 PM, tracy sanchez wrote: I currently do have some single page forms that I use this code to capture the IP Address: cfset ipaddress=#cgi.remote_addr# cfset IPArray = listToArray(IPAddress,.) cfset IPNumber= (IPArray[1] * (256)^3) + (IPArray[2] * (256)^2) +

RE: collecting IP Address through database shopping cart

2007-04-13 Thread Adkins, Randy
CGI.REMOTE_ADDR -Original Message- From: tracy sanchez [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 4:11 PM To: CF-Talk Subject: collecting IP Address through database shopping cart Hello,I have a shopping cart and I want to capture our clients IP Addresses when they

Re: collecting IP Address through database shopping cart

2007-04-13 Thread tracy sanchez
my bad, sorry I had 15 things going on when I posted that. let me be a bit more detailed this time. I currently do have some single page forms that I use this code to capture the IP Address: cfset ipaddress=#cgi.remote_addr# cfset IPArray = listToArray(IPAddress,.) cfset IPNumber= (IPArray[1]

Re: collecting IP Address through database shopping cart

2007-04-13 Thread Jon Clausen
On Apr 13, 2007, at 4:57 PM, tracy sanchez wrote: I currently do have some single page forms that I use this code to capture the IP Address: cfset ipaddress=#cgi.remote_addr# cfset IPArray = listToArray(IPAddress,.) cfset IPNumber= (IPArray[1] * (256)^3) + (IPArray[2] * (256)^2) +