RE: Query String Dud - issue

2005-12-29 Thread Bailey, Neal
OK I got working, I think... Thanks for the help guys. - Neal -Original Message- From: Cornillon, Matthieu (Consultant) [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 3:28 PM To: CF-Talk Subject: RE: Query String Dud - issue What I meant for you to do is to use that code

RE: Query String Dud - issue

2005-12-29 Thread Dave Watts
> Ok the issue is... I have the Bit of Code that will strip out > most keywords > coming from a referring search engine and then store it in a > database. My > problem is when a site links to my site and has an ending "?" > and no query > string I get an error. Stay with me, here is an example.

RE: Query String Dud - issue

2005-12-29 Thread Cornillon, Matthieu \(Consultant\)
: http://www.26liter.us/news.html?qVal1=34&qVal2=apple&qVal3=Who? HTH, Matthieu -Original Message- From: Bailey, Neal [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 4:24 PM To: CF-Talk Subject: RE: Query String Dud - issue Hey Matthieu, Not sure I understand what to d

RE: Query String Dud - issue

2005-12-29 Thread Bailey, Neal
it well enough. Neal Bailey -Original Message- From: Cornillon, Matthieu (Consultant) [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 2:51 PM To: CF-Talk Subject: RE: Query String Dud - issue Neal, How about this: If this is true, then the URL ends with

RE: Query String Dud - issue

2005-12-29 Thread Bailey, Neal
it well enough. Neal Bailey -Original Message- From: Cornillon, Matthieu (Consultant) [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 2:51 PM To: CF-Talk Subject: RE: Query String Dud - issue Neal, How about this: If this is true, then the URL ends with

RE: Query String Dud - issue

2005-12-29 Thread Bailey, Neal
m: Jim Voris [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 3:05 PM To: CF-Talk Subject: Re: Query String Dud - issue Perhaps you could use cgi.query_string in place of right(cgi.http_referer,len(cgi.HTTP_REFERER)-strStart) On 12/29/05, Bailey, Neal <[EMAIL PROTECTED]> wrote

Re: Query String Dud - issue

2005-12-29 Thread Jim Voris
Perhaps you could use cgi.query_string in place of right(cgi.http_referer,len(cgi.HTTP_REFERER)-strStart) On 12/29/05, Bailey, Neal <[EMAIL PROTECTED]> wrote: > > Hey Guys... > > It's been a long time since I posted here... > Well I have an issue and I just can't figure it out I think I have been

RE: Query String Dud - issue

2005-12-29 Thread Cornillon, Matthieu \(Consultant\)
d: HTH, Matthieu -Original Message- From: Bailey, Neal [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 3:44 PM To: CF-Talk Subject: Query String Dud - issue Hey Guys... It's been a long time since I posted here... Well I have an issue and I just can'

Query String Dud - issue

2005-12-29 Thread Bailey, Neal
Hey Guys... It's been a long time since I posted here... Well I have an issue and I just can't figure it out I think I have been staring at it too long now and my Braine is fried. Any help would be appreciated. Thanks. Ok the issue is... I have the Bit of Code that will strip out most keyword