PoorDoggie Soon to be RICHdoggie!VIP Member VIP ★ 20 ★ Impact 18 Sep 28, 2005 494 views 2 replies #1 I want to be able to convert all symbols in a string to URL Symbols: eg: " = %22 / = %2F etc... Has anyone got a complete list of these, and a way of converting any symbols in the string $q to their respective codes? Thanks Tom
I want to be able to convert all symbols in a string to URL Symbols: eg: " = %22 / = %2F etc... Has anyone got a complete list of these, and a way of converting any symbols in the string $q to their respective codes? Thanks Tom
PoorDoggie Soon to be RICHdoggie!VIP Member VIP ★ 20 ★ Impact 18 Sep 28, 2005 #3 axilant said: http://php.net/urlencode http://php.net/urldecode Click to expand... wow... thanks!