Posts by Eugênio Márcio • 1 point
2 posts
-
-3
votes5
answers7569
viewsA: How to delete COOKIES in PHP?
only: setcookie('nome_cookie', null, -1, '/'); is necessary to clear cookies.
-
-2
votes1
answer991
viewsA: Push, via php, for all users
No no 'to' => $registrationId you must enter your app token on your Android project add these lines into your mainactivity inside the oncreate () {} //this code will generate the token in the…