How to return and process an array returned by a php file using ajax?

Posted by Holicreature on Stack Overflow See other posts from Stack Overflow or by Holicreature
Published on 2010-05-03T05:37:35Z Indexed on 2010/05/03 5:48 UTC
Read the original article Hit count: 225

Filed under:
|

Hi

I've a php file which processes a query and returns an array.

How do i get these and array and parse them and display them using ajax.

I call the file using ajax. Its used to display the matching products while typing a text box with the price...

responseText doesn't return anything...

© Stack Overflow or respective owner

Related posts about php

Related posts about AJAX