Posts by Weslley Dutra • 65 points
6 posts
-
-2
votes3
answers49
viewsA: Send form to database with Mysql and php
Hello, why don’t you try it here: <?php if ($_POST) { -- seu script -- } ?>
-
-1
votes2
answers1527
viewsA: How to treat Queryexception SQLSTATE error[23000]: Integrity Constraint Violation: 1062 Duplicate;
I would do so $request->validate(['id_uc' => 'unique:listastorm,id_uc']);
-
2
votes1
answer73
viewsQ: How to set up a sub-domain in Azure
I have an app at the following address myapp.azurewebsites.net. I registered a new domain mydom.srv.net and configured the CNAME in Registro.br as documentation. Everything is ok to access…
windows-azureasked Weslley Dutra 65 -
1
votes1
answer245
viewsA: Ajax with html checkbox
You can do it like this: <input type="checkbox" name="Bloco[]" value="1" /> <input type="checkbox" name="Bloco[]" value="2" /> <input type="checkbox" name="Bloco[]" value="3" />…
-
0
votes1
answer71
viewsQ: Separate array by a certain value
I have an array with the jump number and its value. I need to count the value of the jump until it reaches 4.00. And continue this count until the end of the jump. salto 1 => 2,00 salto 2 =>…
-
-3
votes1
answer176
viewsQ: Separate and merge arrays
I have the following array: Array ( [0] => Array ( [setor_loja] => 43 [impressao] => (P) Pizza 2 + Pizza 2\n ) ) Array ( [1] => Array ( [setor_loja] => 83 [impressao] => Acai 300…
phpasked Weslley Dutra 65