Hello, the links on my php site aren't working since I moved it to a new server. MySQL database content shows href="/pdf/myfile.pdf" for example but on the site the program link takes you to http://www.domain.com/%22/pdf/myfile.pdf/%22
Do you know why? It didn't happen in the other server. How can I get it handled?
Thank you.
getting unnecessary /%22 added to links
Moderator: General Moderators
Re: getting unnecessary /%22 added to links
%22 is an escaped double quote. Have you done a var_dump of the database results?
Re: getting unnecessary /%22 added to links
No, I haven't, I don't even know what it is. I am an expert in html programming but I don't know much about php. Are you an expert with php?