This question already has an answer here:
I have a web page setup that uses simple XML to retrieve an RSS feed then it is echoed onto the page. I am trying to set up a search feature that will allow users to type in a query for the RSS feed then it will show the results on the page.
I know you can use Xpath contains
/item[contains(title, 'query')]/description
however I want the "query" section of this to be replaced with whatever is typed into the search box.
Any help would be greatly appreciated or a link to a relevant site with the answer.
Thanks in advance
</div>