Posts by Fabrizzio • 19 points
3 posts
-
-1
votes1
answer704
viewsQ: Read and write to a file. txt in php without using BD [Solved]
I’m creating a chat system to implement in a project, and I’m having trouble recording and rescuing within a file .txt, when I manually write to the file it opens, I’m just not able to write to the…
-
-1
votes1
answer42
viewsQ: GPS sensor locking when sensor is off
I’m making an app that reads GPS coordinates. When the sensor is on and running, the app pulls the information right, but when the sensor is off, the app hangs when I try to read the coordinates…
-
1
votes2
answers73
viewsQ: how do I stop a sum?
I’m making an app where I have to pull a sensor (I used the accelerometer) and save the sum of the 3 parameters. As soon as I try to save that sum the app hangs, I found that the save command that…