It's generally not a good idea to use punctuation other than dash (-), 
period (.), and underscore (_) in a URL / GET. I would recommend that you 
use a POST method if you need to send non-alphanumeric arguments (i.e. <form 
method="POST">).

Reply via email to