Posts by Ciro Stodulski de Azevedo • 57 points
6 posts
-
2
votes1
answer170
viewsQ: Node js, promises, callback
I need to run certain updates and delete within a query return in my controller. but only the last function is executed I don’t think I understand how to use promises. api.adMaster = function (req,…
-
2
votes1
answer159
viewsQ: Problem when executing a query in a repeat loop on the Mssql Node
So, I am using Node and mssql package (sql-server) to perform queries to my database. however I am facing a difficulty to return queries that need to be executed within a repeat loop. Maybe it’s…
-
0
votes2
answers303
viewsA: Update elements inside a for using jquery
Thanks guys, I managed to realize what I really wanted the code was like this; <tbody> <?php foreach($itens as $key=>$item): ?> <tr> <td> <?= $item->item_id ?>…
-
0
votes2
answers303
viewsQ: Update elements inside a for using jquery
Hello, I’m starting out in web programming, and my question I think is simple, today I have a certain page containing a forech to display of for dynamic a list of an order <tbody> <?php $i…
-
0
votes1
answer708
viewsQ: I want to save a return of a function in php within a variable
Hello, I have the following problem, I have a code in php, where I declare a function to search for zip on the mail server, in this function returns me a json depending on the zip I report. now I…
-
1
votes2
answers918
viewsA: MVC - pass a php variable to the angular.js controller
I was having the same problem, what I did: I passed the content that had dendro from my php variable in the form of json to angular variable in your example, it would look like this. <script>…