i want to display data in a table based on the user selection from a form (on a previous page).
my query isnt working:
$sth = $conn->prepare (‘SELECT * FROM ROUTE WHERE ORIGIN = $ORIG’);
the $ORIG is the value of the options inside the drop down list. (its the value of one option in the form on the previous page)