Questions tagged as 'array'

1
answer

Creating dynamic lists dynamically and saving their addresses (start of list)

Hello, I'm doing a college work on Hash table and I'm having some difficulties. I'll try not to complicate too much (to tell you the truth, running my code helps me understand what I want to do). Basically, I have, for now, a program that gen...
asked by 27.04.2017 / 02:18
1
answer

Market API Payment, pass array to the MarketPay

Good morning! I'm already 2 weeks trying to solve my problem and I did not find the answer anywhere until I tried this method but it still gives error: MarketPay API Paid market documentation passes this template: $preference_data = array...
asked by 04.04.2017 / 16:11
3
answers

send json data from ajax to php

JS file: var jsonsave = []; var dado = new Object(); dado.nome= "João"; dado.cpf = "000"; dado.teste = "teste"; var jason = JSON.stringify(dado); jsonsave.push(jason); $.ajax({ type: "POST", dataType: "JSON",...
asked by 22.01.2017 / 21:17
1
answer

Array reading with php

Good afternoon, I have this array that comes from $ form variables Array ( [nome] => 765hygfy [data_nascimento] => ftyftyf [email] => [email protected] [sexo] => Feminino [rg] => ytfytfyt [cpf] => fytfty...
asked by 16.01.2017 / 18:21
1
answer

Help with login system [duplicate]

I'm setting up a login system. But I can not validate the password you entered. When I try in this way it accuses the wrong login / password. But I already made sure, the login and password are correct: <?php require_once 'init.php';...
asked by 09.01.2017 / 20:57
1
answer

Variable within an array does not work

is a CLOUDINARY image upload system. When I use assign a fixed value to the PUBLIC_ID, it works! $files["remote"] = \Cloudinary\Uploader::upload($sample_paths["couple"], array_merge($default_upload_options, array( "public_id" => '8273'...
asked by 18.01.2017 / 23:18
2
answers

Differences between Jagged Array and Multidimensional Array in C #?

Is there a difference in these arrays in C #? int[][][] int[,,] What I see is the same thing, but C # can not cast from one to another.     
asked by 07.08.2016 / 18:52
0
answers

Array not being created correctly

I have a AngularJS variable that stores a whole jSON that I load, the jSON data looks like this: { "Products": "Pimenta Vermelha muito boa", "Product_Code": "XXXXX", "RTV": "Alisson Acioli", "Regional": "Sudeste", "C...
asked by 18.11.2016 / 21:07
1
answer

How to assemble a dictionary from two arrays, one from keys and another from swift values

I have two arrays containing information about blocks and players. I need to put in a tableview this data, being that the sections of the table would be the blocks and the values, of each section, would be the players. Sections can...
asked by 02.11.2016 / 16:55
2
answers

Differences between Jagged Array and Multidimensional Array in C #?

Is there a difference in these arrays in C #? int[][][] int[,,] What I see is the same thing, but C # can not cast from one to another.     
asked by 07.08.2016 / 18:52