Forum Discussion

leandreb's avatar
leandreb
Visitor
15 years ago

Search screen

I need information to have the search program to search the xml and return the right “xml” once the match is found, please help...

3 Replies

  • 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).