Page 1 of 1

getting unnecessary /%22 added to links

Posted: Wed Oct 19, 2011 10:52 pm
by garaiko
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.

Re: getting unnecessary /%22 added to links

Posted: Thu Oct 20, 2011 6:43 am
by Celauran
%22 is an escaped double quote. Have you done a var_dump of the database results?

Re: getting unnecessary /%22 added to links

Posted: Mon Oct 31, 2011 12:03 pm
by garaiko
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?