Posts by Rodrigo Pereira de Freitas • 70 points
6 posts
-
1
votes3
answers95
viewsQ: More or less a Select in array
Good evening, I have two Arrays: $array1 = ( [0] => Array ("Nome":"Rodrigo","CPF":"123456789-00","Cargo":"Abestado") [1] => Array ("Nome":"Maria","CPF":"987654321-00","Cargo":"Abestada")…
-
1
votes1
answer161
viewsQ: Array within Array
Good night, I am consuming a webservice and get the data in json with Curl. I have the data stored in the variable $data. What I need is this: Let’s assume that the variable $data has the following…
-
2
votes2
answers715
viewsQ: Help me with a php foreach array
Good afternoon, I’m using PHP’s Curl to get a json from an api. The data is being stored correctly in a variable. But when I try to display the data with an error foreach on the line where the…
phpasked Rodrigo Pereira de Freitas 70 -
0
votes0
answers139
viewsQ: Fetch and Json Problem in Jquery Javascript
I’m having a problem with Javascript Fetch let url = "https://www.teste.com.br/ws" fetch(url,{ mode: 'no-cors', method: 'GET', headers: {'Accept': 'application/json','Content-Type':…
-
0
votes1
answer136
viewsA: I need to update my Acces(.mdb) database from an external computer
Hello, I made a System in Access with VBA that used the Mysql Database. In case my E-mail provider ( Localweb ) makes the Database available for free. And I created several banks and used PHPMYADMIN…
-
1
votes1
answer969
viewsQ: Manipulating Excel in Visual Studio
I’m doing an application in Visual Studio with Visual Basic. This application will serve to consume data from a Webservice. I have a problem with one of these Webservices, what happens is this: I…