Internet Explore, Firefox, AJAX & “Could not complete the operation due to error c00ce514” message

I’ve been working on some code which use Ajax for autocomplete implementing. to accomplish this mission I’ve created : Database (unicode_general_ci) HTML page which show the results of the autocomplete, encoded as UTF-8 with ‘Content-type: text/html; charset=utf-8’ PHP file which used to query the Database, also encoded as UTF-8 with ‘Content-type: text/html; charset=utf-8’ and “SET […]... Read More