I am working on replicating the autocomplete demo on this page ( ) but am stuck on the data that I am passing to the PHP page to generate the XML.
The demo uses Ruby and a cgi script but I am trying to do this in plain PHP. The problem is, since I have little clue about javascript and ruby, I do not know what user input variable is being passed back to the server.
Is there a way in PHP to display all data being passed back to the server?
The demo uses Ruby and a cgi script but I am trying to do this in plain PHP. The problem is, since I have little clue about javascript and ruby, I do not know what user input variable is being passed back to the server.
Is there a way in PHP to display all data being passed back to the server?