I want to negate the searched terms in the results, but when I use explode , and I try to use str_replace , I get an array back.
<?php
$search_term = filter_var( $_GET['s'], FILTER_SANITIZE_STRING );
$palavras = explode( ' ',...
asked by
10.10.2014 / 19:03