Posts by Marcello Patto • 171 points
14 posts
-
0
votes2
answers63
viewsA: Laravel: redirect after logging in
I solved using the method compact('credenciais') Now he asks for the login and then goes to the right route that is: Route::get('SobeDocsFiadorCadastrado/{id}',…
-
0
votes2
answers63
viewsQ: Laravel: redirect after logging in
Hey, guys, what’s up? I’m sending an email to the customer like this: @component('mail::button', ['url' => env('APP_URL') .'/SobeDocsFiadorCadastrado/'. $fiador->id ]) Clique para iniciar…
-
0
votes1
answer256
viewsQ: Materialize and Slider in Angular2
all right? Now the question is for those who are used to using materialize, more precisely the Slider component that has in the Javascript/Media menu. It does not start. I installed the…
-
0
votes1
answer293
viewsQ: Firebase and Angular2
all right? I don’t know what’s left to get the answer from Firebase using Angular2. I followed a tutorial that worked, but when trying in my project, I get 'null'. I don’t know if I use…
-
0
votes2
answers277
viewsQ: Populating a select with Angular2 and Firebase
blz? I’m starting in Angular2 and I’m finding Firebase a much better backend than Backand, because in a very short time I was able to connect to Firebase. The point now is, I’m trying to popular a…
-
0
votes1
answer42
viewsQ: Syntax of Mysql
I can’t see the error: UPDATE clientes SET txtEndereco=\"Rua Xingú, 823\", txtBairro=\"Val ParaÃso\", txtCEP=\"09060-050\", txtUF=\"35\", txtCidade=\"14933\", regiaos=\"\", Obs=\"Princesa fada\")…
-
0
votes0
answers36
viewsQ: Upload 12 PHP document fields
I’m doing 12 uploads on the same page and I’m using a code donkey, because I’m repeating myself. But I don’t know how to make the loop. But this is not the problem. The case is that it is only…
-
0
votes2
answers73
viewsQ: Checking if login already exists via AJAX
All right? I’m hoping that when you lose focus, the login field will go to the bank and look for an equal login. If there is, it means the guy has to use another and for that the return must be a…
-
1
votes0
answers26
viewsQ: sessionStorage: 10 different items with the same name
Friends, I’m doing a sessionStorage for 10 items. I’m counting every click I make on a div and we’re a number. so far so good, but that this number goes back to zero when I click on each of the next…
javascriptasked Marcello Patto 171 -
-2
votes1
answer56
viewsQ: PHP and AJAX, what am I doing wrong?
Friends, I am doing an AJAX with PHP but the record is going empty. What I am doing wrong? function newColor() { var nome = document.getElementById("descricao_cor").value; var cor =…
-
1
votes1
answer314
viewsQ: How to loop within a query?
I have a list of phone numbers and their operators. This list is presented in icon format and when the mouse on top appears the number related to the operator in the format of tooltip. But the same…
-
1
votes0
answers28
viewsQ: Use xls as data source
I have several spreadsheets with data. They have the first column as table name. 1) You can format a CSV with the first column as the table name, instead of normally using the first row as the…
-
0
votes0
answers105
viewsQ: Why does a query with localStorage variable not work?
I am making a system in PHP where the user should choose some parameters and then get results as restricted as possible. For this I store the first variable using the LocalStorage in Javascript and…
-
2
votes1
answer715
viewsQ: How to find an item in a comma-separated field?
I have a field in a table with data separated by comma: id_regioes: 1,2,3,4,5,6. When I do the query "SELECT * FROM `tb_operadora` WHERE `id_regioes` = 1", or "= 6" returns ok, but not when it is in…