if ($trimmed == "") { echo "<p>Please enter a search...</p>"; exit; }
if(empty($trimmed)) { echo "<p>Please enter a search...</p>"; exit; }