I use MariaDB and I access my database from terminal. Is it possible to get a value and use it as a query in terminal?
The website has a form and the value entered in one field will be the query used. I use php to connect the database and html.
How can I use the value from the form as a query, and pull the table that is produced in the terminal to display on a website?