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
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
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"..
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.