Posts by Patric Pippi • 23 points
3 posts
-
0
votes1
answer121
viewsQ: Activatedroute does not call the service before updating angular page 5
Hello, I used the routerLink that passes an id to the url, which looks for this id and step as parameter for the function that searches the data of the api, but when I click on my link it redirects…
-
0
votes3
answers65
viewsQ: Object for Array php
Hello, I have a problem, this code below is returning a 'type' object, I need 'type' to be array. while ($obj = $stmt->fetch(PDO::FETCH_ASSOC)) { $stmt2 = $db->query('SELECT * FROM wines a,…
phpasked Patric Pippi 23 -
1
votes0
answers49
viewsQ: Help with the google maps api
Hello guys how can I load my div with google maps after clicking on a button, and not let the maps carry along with the loading of the page? thank you!