Page 1 of 1

Implement AJAX AutoCompleteExtender

Posted: Mon May 19, 2008 10:42 am
by MartinS
OK, first post so please be gentle!
I am a c# developer who has been getting into AJAX and implementing this into web applications using Visual Studio 2005.
I have been asked, as a favour, to help with a PHP forum site to implement an AutoCompleteExtender solution to an existing PHP textbox, and although I have found some solutions, I have never used PHP before so am not sure how to work the example code into the existing PHP site code.
The example I found which I thought I would use (in PHP) is http://www.wiseguysonly.com/2008/03/09/ ... -and-ajax/, as it gives example code, which i can get my head around and update appropriately, but then displays it working in a HTML page, whereas I need to implement it into a PHP page.
Has anyone implemented a PHP autocomplete into a PHP page and have any tips?
Thanks in advance
Martin