We have a static HTML website that we are adding search capabilities to. We have implemented a search service that returns an array of matched pages. This project will create a PHP page that "calls" the search service, retrieves the search results, parses the results and displays the results on screen. Pagination could be required if more than X (configurable) results are returned. Specifics: 1) Call search service On HTML pages with search enabled, an input box that...