Posts by Mild • 1 point
2 posts
-
0
votes0
answers14
viewsQ: Javascript Conditional Access policy in microsoft graps?
I’m using this tutorial https://docs.microsoft.com/pt-br/graph/tutorials/javascript I managed to make everything run smoothly but i need to make my work a js script that just create a simple room in…
-
0
votes1
answer44
viewsA: Save data from a search to a page
Try using a setcookie("name","value",time()+$int); and $_COOKIE["name"] it’s simpler I think.