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...
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...
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...
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';...
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'...
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...
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...