Welcome Guest, Not a member yet? Register   Sign In
Ajax autocomplete not case insensitive
#11

[eluser]Unknown[/eluser]
May be like this

$q=$_POST["city_string"];

$sql= "SELECT DISTINCT city, state_name
FROM zip_code
WHERE city regexp '$q'";


Messages In This Thread
Ajax autocomplete not case insensitive - by El Forum - 05-20-2012, 05:07 PM
Ajax autocomplete not case insensitive - by El Forum - 05-20-2012, 05:16 PM
Ajax autocomplete not case insensitive - by El Forum - 05-20-2012, 06:35 PM
Ajax autocomplete not case insensitive - by El Forum - 05-20-2012, 07:12 PM
Ajax autocomplete not case insensitive - by El Forum - 05-20-2012, 07:27 PM
Ajax autocomplete not case insensitive - by El Forum - 05-20-2012, 08:12 PM
Ajax autocomplete not case insensitive - by El Forum - 05-20-2012, 08:25 PM
Ajax autocomplete not case insensitive - by El Forum - 05-21-2012, 12:24 AM
Ajax autocomplete not case insensitive - by El Forum - 05-21-2012, 09:57 AM
Ajax autocomplete not case insensitive - by El Forum - 05-21-2012, 11:08 AM
Ajax autocomplete not case insensitive - by El Forum - 05-23-2012, 03:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB