Topic: Special characters being removed from php query links
I have a snippet that displays a list of hyperlinks that contain php queries.
http://mysite.com/mypage?name="smith,john h"&account="abc;123"
When clicked the query received by the page is:
name="smithjohn h"&account="abc123"
Can someone please tell me why the special characters are getting stripped out.
Thanks