Hi,
Say I give someone a URL like
I'd like to capture the word "cats", which I know I can do with something like <cfset urlcode=GetToken(cgi.path_info,3,"/"
> (although I havn't tested it yet).
The problem is that I don't want to set up any new directories because I plan on having many of these "trailers" that I want to grab.
Any ideas are appreciated!
Say I give someone a URL like
I'd like to capture the word "cats", which I know I can do with something like <cfset urlcode=GetToken(cgi.path_info,3,"/"
The problem is that I don't want to set up any new directories because I plan on having many of these "trailers" that I want to grab.
Any ideas are appreciated!