Published on 2005-07-10 13:54:05

Now you can try sample code like GoogleSuggestCloneJax and retrieve data in arabic using AjaxAC just change in GoogleSuggestCloneJax.class.php the getSuggestions() function with this one

That's all folks, happy coding !

PS : There is no space in the last regular expression

Update : There is still another thing that I forget to add :

  • encodeURIComponent() doesnt support all encoding, so just open AjaxACWidgetXMLHttpRequest.class.php and remove all encodeURIComponent() calls
  • There is another test to be removed in googlesuggestclone.js which is the regular expression the function will be And then you can remove the var gsc_basicmatch.
  • Previous Page


    Related Entries

    Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved