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: >> >> >> >> > (IPArray[3] * 256) + IPArray[4]> > >Tracy, > >I'm not sure why you would have separate forms to capture the IP >address, since th

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 Coldfu

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: > > > > (IPArray[3] * 256) + IPArray[4]> Tracy, I'm not sure why you would have separate forms to capture the IP address, since that is availab

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: I placed that same code into my form on my cart and since my database won't accept "cgi.remote_addr

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 order.it