cindreta Posted July 19, 2011 Share Posted July 19, 2011 Hi i have this ajax table that displays resutls from the database and you can search it live. if you type anything it returns the results and so on...everything normal untill i typed "pregled" - it's a croatian word and it wont find it, but phpMyAdmin finds it. Then i tried the part of that word just "preg" and all it did it returned all the results in the db, like he didnt eaven make the search. i check the firebug NET window and he does post the word "preg" to the server but the server just sends everyhing back. What could be the problem to this. Is "preg" somekind of a safe word or something and how can i fix this. thank you. Link to comment https://forums.phpfreaks.com/topic/242314-preg-in-search-string-returns-all-results-from-mysql/ Share on other sites More sharing options...
dcro2 Posted July 19, 2011 Share Posted July 19, 2011 I don't like guessing so much. Could you post some code please? Link to comment https://forums.phpfreaks.com/topic/242314-preg-in-search-string-returns-all-results-from-mysql/#findComment-1244529 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.