I need information to have the search program to search the xml and return the right “xml” once the match is found, please help…
The search screen is just meant to provide the Roku user interface to input search queries. The query is generally implemented on your web servers via database queries.
–Kevin
Do you have any examples that I can use, like how to call a data base queries or a php script? thank you.
The Roku can’t access databases directly. It can make HTTP requests through the roUTLTransfer component. You can see documentation in the component guide (in the SDK).
