0

my table name is contact and its fields are (id, domainname, companyname, customername).

In contact table we are using urlencode() to save the domainname through php.

In my filter using full text search for domainname, companyname and customername. compamyname and customer name working fine in full text search.but domain name is not working for reason urlencode().

please suggest how can i resolve this issue.

raj
  • 261
  • 3
  • 14
  • 1
    Why do you need to use `urlencode()` to save the domain name? Do the domains have spaces/special characters in them? – Achrome Aug 08 '13 at 11:12
  • some times the domain name have some special characters. so that reason only we can use urlencode(). – raj Aug 08 '13 at 11:17
  • Take a look at http://stackoverflow.com/a/14800891/1957346 – Achrome Aug 08 '13 at 11:36

0 Answers0