I have an API that gives information about the NBA (scores, team name etc) and I have to make a call to this API to return the info and then I want to show that info on a page, but I must do it with asp classic and I'm a bit lost I have an idea...
Dear, I do not know how to solve this, I have a json that I receive from php in the response variable, and what I want is to go through it as I do in the for, and in turn call another php that takes a little while to respond, the The issue is th...
I have a problem with godot engine , I'm doing a rpg and now I'm doing the dialog system, and for that I do a scene that has a sprite for the style of the box, a RichTextLabel , and a Timer , in script I ha...
I want to access the result that is unlinked within the function that generates img.onload , or something that facilitates me to perform the function of checking the measurements using the following code:
I hope the idea of the code is...
I have a module in a route that needs to return a json with the content of several queries made in the same module and some of these queries are made with data extracted from the first queries, my code is similar to the following, but the proble...