I have a MySQL database with over 360,000 recipes in it. I copied the table to the WP database and created a page that queries and displays the results. The query is hard coded with a simple query atm. I want to ask the user for a search term and use it in the query. Then have WP display all of the results for that term. SQL Statements I can do without any issue, what I need is how to get a form or statement presented to the user and then pass that result to the query.
Thanks