I take input from a text box and pass it to a php file using ajax as get data. I've noticed that I have some issues with special characters break my input i.e. a # or &. While that makes sense as to why the break the system. I'm wondering on how I should handle these? Any thoughts?