Posts by Fernando Costa Neto • 19 points
3 posts
-
0
votes1
answer181
viewsQ: How to load data from a specific mysql user in Xcode?
My code is working, I’m getting the data I need, but I have to write the email of the user who wants the data in my php file. I wanted to receive user data that email is typed into a textField in my…
-
0
votes1
answer142
viewsQ: How to use a user’s information in the mysql database on a label? iOS
I’m developing an iOS app that connects to the mysql database and logs in the user using the email and password information, this part is working well. Now I’m wanting to take other information from…
-
1
votes0
answers47
viewsQ: Send json from iphone to a Bluetooth device
I need to create an app that sends a json information (login and password) to a bluetooth device, which will query in a database and see if the login and password are correct. I have this app for…