southbeach
Programmer
Hello!
I am working on a project where I was asked to take a "very long" url string and shorten it. Some times the url string can reach several hundred characters.
So, instead of having a url that looks like
looking for something like
it does not have to be that short but ... you get the idea!
Thank you all for your assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
I am working on a project where I was asked to take a "very long" url string and shorten it. Some times the url string can reach several hundred characters.
So, instead of having a url that looks like
Code:
[URL unfurl="true"]http://www.mysite.com/page.php?a=foo&b=foo&c=foo&d=foo&e=foo&f=foo[/URL] .....
looking for something like
Code:
[URL unfurl="true"]http://www.mysite.com/page.php?uxd823sll[/URL] or
[URL unfurl="true"]http://www.mysite.com/page.php?key=uxd823sll[/URL]
it does not have to be that short but ... you get the idea!
Thank you all for your assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.