I have a HTML form which send a variable to my server side php code via a javascript ajax function. like
var url = "search.php" + "?strsrch=" + s + "&choice=" + c;
var mygetrequest = ajaxRequest(url);
The problem is when the variable s or c contains a # in between, the php program truncates...