search term from a text input recieved by $_GET is used in an sql query
$sql = mysql_query("SELECT * FROM products where description like '%$search%' LIMIT $from, $max_results");
should i be using strip_tags() or htmlspecialcharacters() or both.
i also have delivery information that will be entered into a database