-
julian66603Fecha de consulta 26 de noviembre de 2024, 3:25
Buenas noches
Soy un poco nuevo en el uso de desarrollo de aplicaiones moviles, asi que quisiera saber si exite la opcion de poder llamar datos en una base de datos Mysql alojada de manera remota y mostrar eso mismos datos en una tabla?
Gracias de antemano
-
Ruan Jotform SupportFecha de respuesta 26 de noviembre de 2024, 9:13
Hi Julian,
Thanks for reaching out to us for help. Our Spanish Support agents are busy helping other Jotform users right now, so I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Spanish, let us know and we can have them do that. But, it might take a while until they're available again.
Now, coming back to your question, can you explain a bit more about what you're trying to achieve so that I can have a better idea of what's going on and help you with a solution? Are you trying to send data to your database or call it from your database?
After we hear back from you, we'll be able to move forward with this.
-
julian66603Fecha de respuesta 26 de noviembre de 2024, 11:53
Quiero llamarlos de una base de datos remota y ponerlos ya sea en una tabla puesta o o algún otro contenedor, mi objetivo es que el usuario pueda consultar los datos que hay, para asi después llenar un formulario y loa datos del formlario se suba a mi base de datos remota; por lo aue estube leyendo se pude guardar datos, pero no sé si se pueda mandar a llamar
Gracias de antemano
-
Aries Jotform SupportFecha de respuesta 26 de noviembre de 2024, 15:32
Hi Julian,
I’ll need a bit of time to look into this. I’ll get back to you as soon as I can.
-
Aries Jotform SupportFecha de respuesta 27 de noviembre de 2024, 21:04
Hi Julian,
You can try using Jotform with PHP to send submission data to a MySQL database, it might work for what you need. It’s a straightforward way to automatically save form submissions directly into your database, so if your main focus is storing data, this could be an appropriate option. Note that this method only sends data to the database; it doesn’t let your app pull data out or display it. If saving submissions is your priority, this setup would be good. You can check out this guide on How to Send Submissions to Your MySQL Database Using PHP.
Let us know if you have any other questions.