In my dropdown field there is an option that sends “North Financial District” using the GET method to the php page. The problem is that it is sent as “North+Financial+District”. When I ad a “%20” instead of the spaces, the broswer URL encodes the % so that doesn’t work. How do I parse the “+” and replace with spaces for a SQL search?