Queria saber se é possivel criar uma data base online para arquivar informações de usuarios. alguem pode me ajudar ?
Announcement
Collapse
No announcement yet.
Is it possible to create an online database?
Collapse
X
-
In English please.
And yes, it is possible, granted it would probably not be secure.
Interaction with online data should happen through an API to which the user can authenticate,
I would not directly connect to any online database (except of course when that database supports per-user authentication).
- Likes 1
-
Originally posted by Imagine Programming View PostIn English please.
And yes, it is possible, granted it would probably not be secure.
Interaction with online data should happen through an API to which the user can authenticate,
I would not directly connect to any online database (except of course when that database supports per-user authentication).
Thanks
Comment
-
Originally posted by sameer valva View Post
Is there an example on how to do it or hints ? or an app done by AMS that can store Data online ?
Thanks
You also need to learn about how databases work and how to connect to them. Try this as a starting point: https://www.wampserver.com/en/
David R.
Comment
Comment