I am attempting to create a live search using php/javascript to read from an XML file of student names, as the user types a search it shows results live

Any tutorials, hints or tips? All my attempts have been futile

Recommended Answers

All 2 Replies

Member Avatar for diafol

I'd load the file as json data. Load xml to json and use js search on the json. You thwn stop the subsequent swrver hits

Try w3schools.com or YouTube the name "php academy"..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.