• Hi,
    I am creating a plugin, in which I need to add a special character in the URL, is there any way to do that ?
    Any help will be appreciated.

    Thanks

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Concatenate the URL as you would for normal Latin characters, then run the result through urlencode() . The resulting URL will work correctly, but appears strange to humans. To display encoded URLs to humans use urldecode() .

Viewing 1 replies (of 1 total)
  • The topic ‘Special characters in url’ is closed to new replies.