RE: UDF to Parse URL

2003-07-02 Thread Chris Alvarado
d [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 02, 2003 9:43 AM > To: CF-Talk > Subject: RE: UDF to Parse URL > > > Why not just use > > CGI.SERVER_NAME ? > > HTH > > > > -Original Message- > From: Chris Alvarado [mailto:[EMAIL PR

Re: UDF to Parse URL

2003-07-02 Thread Thane Sherrington
At 09:37 AM 07/02/03 -0500, Chris Alvarado wrote: >function is that it will strip anything before the first "." if there is >anything. So, http://www.something.com is returned as something.com . >However I need the hostname as well. I would modify the existing >function, however I am not too keen o

RE: UDF to Parse URL

2003-07-02 Thread Mike Townend
Why not just use CGI.SERVER_NAME ? HTH -Original Message- From: Chris Alvarado [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 2, 2003 15:37 To: CF-Talk Subject: UDF to Parse URL Hello all, I am looking for a UDF that will parse the domain name (and hostname) from a URL string.

RE: UDF to Parse URL

2003-07-02 Thread Bosky, Dave
This works as well. http://","","ONE";)> ~Dave -Original Message- From: Chris Alvarado [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 10:37 AM To: CF-Talk Subject: UDF to Parse URL Hello all, I am looking for a UDF that will parse the domain name (and hostname) from a URL