I'm trying to run two functions, calculoDes() and desempenhos() , in Angle 5, but strange behavior occurs as a result.
The first function calculates in some phases, always generating an object Array for the next step. The steps a...
I have an array in the format below:
Array
(
[0] => Array
(
[A] => 000001001000003001
[B] => VLR REF COMPENSACAO DE VENDA CONFORME CO1
[C] => 1.1.2.01.020001
[D] => Z4
[E] =>...
I have a problem with working with array in php what happens, I have the following code:
function AddRows() {
var campos_max = 10;
var x = 0;
$('#add-row-fixe').click(function (e) {
e.preventDefault();...
Does anyone know how to group data without using group_by in the query?
I need every 10 results to create a div , that is, 10 records within each div I do not care about values.
<?php foreach($resultados->result() as $resultado)...
Good evening people, I created a folder with macro where I have two spreadsheets, Query and games.
In the games spreadsheet I put game names and their respective values in real, already in the query I created a list to do the autocomplete with c...
So, I need to get the cell value of the time in foreach, but since the vector was re-organized with asort () , I do not know how to get this value. If I put $ vector_Distance [0] , it would take the first cell (after it is organized), but cell...
Good morning: D I need a light!
I need to get all the 'ids' of users from a table and move to another table, but when I give a foreach it returns only 1 result like stdClass.
Follow the code:
$stmt = $PDO->prepare("SELECT usuario_id F...
I do not have much experience in C #. But I'm trying to understand the code of a program I have here.
Here use the following code:
foreach(var item in _main.entrada) {
....
}
I want to include the _main.said (along with the entry) in the...