Well, I'm having a question, I'm trying to return from bd only the states that have the term searched for, but I do not want any repeats. follow the code
<?php
$search_term = filter_var($_GET["s"], FILTER_SANITIZE_STRING);
$q = "SELECT DIST...
asked by
22.08.2014 / 21:43