Posts by Guilherme Duarte • 11 points
2 posts
-
0
votes1
answer331
viewsA: How to print a specific JSON value in PHP
Have you looked at the API on json_encode of PHP? You just need to get inside your array specifically what value you want returned to the user. Example: $objectJson= […
-
1
votes2
answers560
viewsA: Notification in Vue
Well, I tested and got interesting with a setTimeout, will you improve the use in your code: let time = (1000 * 100) * 5; setTimeout(()=>{ let notification = new Notification('Titulo teste',{…