I’m using this http://jqueryui.com/demos/autocomplete/#multiple-remote on my website, I can see this code ‘searches’ search.php does anyone know what format search.php should be in and what it should look like?
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the page you linked, it shows you the expected data format. (pasted below) At it’s simplest, you can have a print statement in the search.php file that simply echoes back some hard coded contents. A more elaborate solution is to have your search.php pull real time from a database and then format the data as expected.
So, just to get off the ground and see it working, use this line for search.php and build from there by customizing your choices or connecting to a db etc.