Hi again Jason, if I use post, would this be correct?:
<?php
if(isset($_POST['Products']) && $_POST['Products'] != "") {
$_POST['Products'] = "\"".$_POST['Products']."\"";
}
?>
If it is correct, where exactly do I place this code? At the top of the results page?
Many thanks