Php variable use in query (5 replies)
(MySQL.com) The following code accepts a variable (selected from a radio button list) and uses it in a query. In this example the variable's value is "Reference" -- without the quotes.
<?php
require_once ('../mysql_connect.php'); // Connect to the datab