Posts by Smaile Daniel Dreyer • 11 points
2 posts
-
-1
votes1
answer188
viewsQ: Curl script works on Windows, but not on Linux
I have a problem with Curl. When I use this code in apache installed on Windows 10, it always works. When I use on Linux, both on Ubuntu Server 16.04 and on Centos 7, in both gives problem, works…
-
1
votes0
answers532
viewsQ: Make the application wait for the answer of a Broadcastreceiver
I need to send a list of SMS messages. The problem is that when there are many, they seem to jam the sending, locking the function. So I’d like to send one at a time. I’m trying with the class…