Posts by Bruno Patrocinio • 99 points
4 posts
-
1
votes1
answer105
viewsA: ldap_search com ldap_get_entries returns no value
removes the parentheses in search ldap_search($ldap_connection, "dc=meudom, dc=com", $filter) –
phpanswered Bruno Patrocinio 99 -
1
votes1
answer108
viewsA: Picking variable coming from foreach
You can add in the "date" value of the link that opens the modal <span class="material-icons adicionar" title="Motos" data-balao="tooltip" data-toggle="modal" data-target="#cadastrarMoto"…
phpanswered Bruno Patrocinio 99 -
1
votes1
answer1420
viewsA: SQL to count the characters of a field if it is less than 10
the correct would be select id from imoveis where character_length(descricao) < 10
-
3
votes2
answers3721
viewsA: Codeigniter - URL friendly
Change the config.php $config['index_page'] = "index.php" for $config['index_page'] = "" Create or change . htaccess RewriteEngine on RewriteCond $1 !^(index\.php|resources|robots\.txt) RewriteCond…