Posts by L.Bravo • 1 point
3 posts
-
0
votes1
answer39
viewsQ: Conflicting results passing an Array as parameter
The idea is to create a function that, given a one-dimensional array/vector, returns the number of elements present in that array/Array: #include<stdio.h> #include<stdlib.h> #define MAX…
-
0
votes1
answer30
viewsA: Using PHP JSON specific values in JS?
Opa personal, I ended up discovering the error, the script was being loaded before the HTML, hahah beginner error, thanks to the staff who tried to help!
-
0
votes1
answer30
viewsQ: Using PHP JSON specific values in JS?
This is my code, but for some reason it does not show the requested data.. I would like to see with you if I am doing something wrong. PHP <?php $var1 = 1; $var2 = 2; $var3 = 3; $myobj -> foo1…