skip to Main Content

PHP not accepting URLs with special characters

I'm trying send following URL as parameter to php, https://boxtext.com/expected-my-list-size-b2b#:~:text=%E2%80%9C1%2C000%20email%20subscribers%20is%20a,monetization%20methods%2C%E2%80%9D%20Smith%20says. I try to read the URL using $url = $_REQUEST["new_url"]; echo $url; This works fine for the URLs without any special characters. If I remove #:~: this part of the…

VIEW QUESTION

Searching for links in MySQL

I have some link broken on my site and I need to change a lot of links. My initial idea was to go through MySQL and replace strings like <a href="/old-link/"> with <a href="/new-link/">. When I go to Database -…

VIEW QUESTION
Back To Top
Search