Posts by Leoman Alves Moitinho • 45 points
3 posts
-
1
votes2
answers220
viewsA: Sending Push Notification messages to more than 1000 users at once
I found another solution that does the same thing as the code sent earlier, just so that anyone who has problems with one way, can try the other: Insert after : $result = $conn->query("SELECT *…
-
1
votes2
answers220
viewsQ: Sending Push Notification messages to more than 1000 users at once
This doubt is very frequent and I’ve seen some Stack posts in English that exemplify (without being too objective) how to solve the problem. The GCM limits the sending of the same message to 1000…
-
2
votes2
answers209
viewsQ: To highlight a line in the result of php+sql query
I am developing an App that uses a page PHP where I will have a ranking of points that the user makes when performing some interaction with it. I have a script that generates the list in order (from…