Search results

  1. I

    Why does a html form variable posting gets truncated on a php receive ?

    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...
Back
Top