Posts by Fbor • 166 points
14 posts
-
0
votes2
answers528
viewsA: How to show the number records in PDO using COUNT( * )?
SELECT ultima_atualizacao , count(ultimaatualizacao) as total FROM suatable GROUP BY ultima_atualizacao is just an example Focus on your context and try this way I believe it is easier…
-
1
votes2
answers478
viewsA: Bank check with ajax
Part of PHP if user marks I used an array to remove unwanted characters. $retira = array('.','-','(',')',' ','/','_'); $cpf = isset($_REQUEST["cpf"]) ? trim(str_replace($retira, '',…
-
1
votes1
answer215
viewsQ: CEP database
I need a ZIP database for https server access, if possible free, you know any?
-
1
votes1
answer487
viewsQ: Default select Angular
<select class="ui search dropdown" ng-model="vm.empresa" ng-options="item.id as item.label for item in vm.collectionData.items track by item.id" required > <option value="">Selecione uma…
-
0
votes1
answer644
viewsQ: Screen size browser window without scroll
I would like to know how it is possible to make a page that does not have scroll and that adapts to the exact screen size. how can I do this ?
-
2
votes1
answer140
viewsQ: Adjustable and angular API
I am trying to make a request using angular connecting to the REST API built in Laravel. XMLHttpRequest cannot load http://localhost:8000/rest/v1/entidades/licitacoes. No…
-
2
votes5
answers40467
viewsA: How to redirect php pages
Define where you need it. Just use. function redirect($url) { header(sprintf('Location: %s', $url)); exit; }
-
2
votes1
answer623
viewsA: I need Error Help when trying to install Composer
Install using the following steps from the same Composer page : php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php -r "if (hash_file('SHA384', 'composer-setup.php') ===…
-
2
votes1
answer157
views -
0
votes0
answers89
viewsQ: Problems with Composer and Laravel 5.0 on Mac El Capitan
I have the following error, after running a command to install a versioned project. Script php Artisan clear-Compiled Handling the pre-update-cmd Event returned with an error [Runtimeexception]…
-
1
votes1
answer113
viewsQ: Blocking LINK with HTACCESS
Do I need to lock a link just inside a server, how would I use HTACCESS? If there is any way. Thank you.
-
1
votes2
answers6280
viewsA: How to leave a div and an image over a Carousel?
To overwrite files use the css property z-index:9999 where 9999 is the value Voce wants, the higher up it will be.
-
1
votes2
answers3874
viewsA: How to take the value of an input within a <td> in jquery
You need to initialize an attribute to your input for example <input name="status" id="statusAqui" type="checkbox"> after this select it with jQuery $('#statusAqui').…
-
0
votes1
answer44
viewsA: Mavem project error warning
This is a project configuration problem. To solve this problem just go to the properties of the project, and on project facets and uncheck and apply the changes.