hey everyone, a little help on this one please
when you use the get method it will generate a url with a query string
that url contains symbols (like ?,=,$)
I cannot save a page name with symbols (like ?,=,$)
so what the heck!
here is what i am trying to accomplish....something that is done a thousand times on the internet like here (http://www.city-data.com) when you enter city and state it goes directly to that page with a proper formed url, not with a query string.
So what do i need to do to accomplish this
I was trying just to name the page whatever the generated url would be when a person enters in the city in the city field and the state in the state field, but like i said above I cant name a page that on my local drive.
Thanks!