Posts by Marcos RS • 27 points
6 posts
-
0
votes2
answers3540
viewsQ: How to create and deploy masks for CPF, CNPJ, Data and Values?
I tried to follow some examples of masks but I could not integrate in my code... someone could help me? <table style="width: 100%" border="0"> <thead> <tr style="text-align:…
-
0
votes1
answer30
viewsQ: Difficulty deploying multiple options in a conditional variable to load corresponding image
like every programmer... it’s 1:30 in the morning.... That’s us.... Friends can’t make a conditional variable work... someone can give me a light....? <?php $variavel_condicional =…
-
0
votes1
answer168
viewsQ: How to load an image respecting / linking with the return of a variable in Json
Good morning friends.... I don’t know if I’ll be able to make myself understood, but I need to upload an image linked to the type of feedback I might receive from Json. Example: Red, Yellow and…
-
-1
votes1
answer63
viewsQ: How to loop to load Json result
People are in need of help, I am carrying some information from Json, as follows:: <?php $json_data = json_decode(file_get_contents('arquivo3.json'), true); foreach ($json_data["Result"] as…
-
0
votes1
answer97
viewsQ: How to read this example of Json correctly?
am have difficulty reading this json, because it has, in some returns, multiple addresses, image example below: Finally, can anyone help me? , I need to load or the Addressmain, highlighted in the…
-
1
votes2
answers94
viewsQ: how to handle JSON Array in PHP
I’m having difficulty dealing with this Array not being able to hit the paths in PHP. Below I list the Array { "Result": [ { "MatchKeys": "doc{57279000000}", "CreditData": [ { "Origin": "DATABANCO",…