Posts by Eduardo Favarato • 24 points
4 posts
-
0
votes2
answers2517
viewsA: Pass Data Via Ajax to the ASP.NET CORE C#MVC Controller
Hello, good morning. You can find some information about the advantages and disadvantages of using Ajax in this publication. When you pass on information "by the same URL", the term we use is to…
-
0
votes3
answers914
viewsA: Expand or Minimize code snippet in eclipse
Master, good night. From what I’ve researched, there really isn’t a native functionality for what you want. Maybe the closest you could find would be something like Regions of the C#. As far as I…
-
1
votes1
answer125
viewsA: Query two different tables in the same select
Couldn’t you accomplish separately to achieve your goal? Something like: $consulta = "SELECT * FROM tabela1"; $con = mysqli_query ($db,$consulta); while ($Dado = mysqli_fetch_array($con)) { echo…
-
-1
votes1
answer61
viewsA: Program to print an array with the same number of rows and columns in descending order
If I understand correctly, the code below solves your problem. Would that be it? If you need help understanding the code, just let us know. #include <iostream> using namespace std; int main()…
c++answered Eduardo Favarato 24