Hello,
Shaun Inman I have a question for you
since the script will corrupt the URLs that includes “Arabic chars” well i need to fix it so can you please answer my questions if possible
I want to know which file and line exactly responsible for encoding the URLs before adding them to the database
Also i don’t know why urldecode “PHP” is not working on the codes that the script get from the database
for example
This URL : http://ps-revolution.com/search-%u0635% … 28786.html
Should give this after decoding using php: http://ps-revolution.com/search-ص … 28786.html
for some reason php is returning the same URL with no changes
but after googling i found this website to be able to decode the URL properly http://meyerweb.com/eric/tools/dencoder
my objective is to encode the URL as they are, not after converting them to UTF8 i want to URL to be encoded as it comes from the browser, because the URL that i get from the script is converted to UTF8 and then encoded “I GUESS”
I appreciate any help from your side