Get Everything Here : http://goo.gl/hZlplw In this tutorial I want to show you how to connect App Inventor to a MySQL database using PHP. I tried to keep …
source
Get Everything Here : http://goo.gl/hZlplw In this tutorial I want to show you how to connect App Inventor to a MySQL database using PHP. I tried to keep …
source
47 responses to “Connect App Inventor to MySQL”
I just want to fill my listview with data from mysql table using PHP code.The data is being filled in the label control after it is returned by php file but not filling the listview./Listpicker. Can any body help?
This is great!
Great work, Derek ! Thanks a lot
I love you videos!!!!!!
Hey Derek thats great what your doing I really enjoyed your tutorial and your like super funny. Thanks and keep up the good work am a novice to progrmamming and I found this video useful its something Ive been looking for ages.
Hola, Estoy tratando de hacer algo similar, pero estoy tratando de hacer algo similar a una base de datos MySQL, cuando un texto es que se debe buscar, si está en la base de datos, se deben mostrar todos los registros, muchas gracias por su apoyo y si tiene otro vídeo similares
Excelente…. que buen trabajo….
I have watched several of your tutorials and you do a fantastic job. How do you actually get the app installed on your phone?
Hey Derek , I am getting the error 'Select list item:Attempt to get item number 2 of a list of length 1:(18.0).Note : You will not see another error reported for 5 seconds'. Can you help in resolving this error?
Hello! I really need some help…
On 20:18 you said that i needed to upload the php scripts to my server, How do i do that?
Since i cant use the web site for database hosting because i dont want to waste money.
I use a free mysql database hosting (https://www.freemysqlhosting.net/) but the link you put are so different, any tip u can give me ?
Can I make an app that can receive real time updates from Arduino using app inventor? It's for flood monitoring system.
Watched the whole thing 🙂 And a bunch of your other stuff. You are amazing, have learned more from you in 2 days on perl php and app inv than since I started with Perl 10+ years ago. Thanks! P.S. Will donate here and there shortly.
I have created an using app inventor which take picture using camera function provided by app inventor. I want connect this app to database created in phpmyadmin over xampp server. I want your help to know how to create database in phpmyadmin of xampp that stores image data, and how to connect this app to server so that it will store image taken by app in database created in phpmyadmin over xampp server.
Derek Banas
Could I Create social network app by using appinventor?
Derek i cannot find mysql hostname in godaddy can you help please?
how can i put the php files in the databases?
Thanks! Great video!
lots of things shown…I m lost ?
It was great tutorial. I used AppInventor since 4 years ago for small stuff but never used it for php & mysql. You are great that you made such video for us.
Yup, watched the whole thing 🙂 Why? Not only because it was very useful learning for me, but you did it well!
I really, really like it that you speed up/make cuts where the repetition parts are, and it is at a pace where you dont get bored (even though it means I need to go back, pause etc., but thats a good thing), and that audio is good.
Keep it up!
I am guessing there is a problem with the When Web1.GotText block is being handled.
I see that you are not taking questions, for these videos but maybe you might point me in a direction. when I click submit, I get a warning */Cannot parse text argument to "list from csv table" as a CSV-formated table // Any suggestions?
thank you so much for your video… it rocks! I love the way you do instructions. You are very focused and for the most part succinct. You do not take time to speak about what you did last week nor do you bring up other superfluous information. Greatly appreciated!!
Hi, can you add the aia file?
Thanks
There's an error 1109
Somebody to help
Hey Derek, I'm getting an error Cannot parse text argument to "list from csv table" as a CSV-formatted table… not sure where exactly what's wrong, have you seen this before?
OK Derek I've answered my own question here, I was mixing html with the php. It was the html I was seeing.
Derek, thanks for this, some useful stuff there and basically what I am trying to achieve, but. What I am finding is that the web1.getcontent returns the whole of the source code of the web page (including the csv output) as a consequence the 'list from csv table' is not working. Any thoughs. Thanks Mike
I am just now getting into App Inventor and am finding this very useful. Thank you for posting!
Ok I've attempted to get this to work multiple times with no success, I've modified it to fit my need so I left out the update and the get sections and just need to insert to my MySQL DB. I've created my php scripts and uploaded them to my server but when I run the app nothing happens when I click on submit. My script works fine when I run it directly from the server but it appears as though the app isn't passing the variables to be processed by php on the server.
for try it at home,, i need file sql for database..
hi nice tutorial ,but i have one question instead of php my admin can i use oracle 11g as database ……and if yes then please tell me what new or different steps will get added
Great job well explained!! Thanks!
Can you do same using firebase database and specially firebase storage for uploading image file.
Lol..I like your way ..short and direct
Yes, very fast but very nice too. Have to repeat it 100 times! 😉
Thanks for the effort you put in teaching what you know. Learning a lot through your videos 🙂 .. so much to learn
thx so much i will learn n try this awesomazing video.
you sir have been SUPER helpful and clear i love how you spend the time to edit the video to not make it waste any time and still make it clear enough for me to understand and utilize in my own real world application! I cant thank you enough!
Hi Derek, Great tutorial but I am getting the:
‘Cannot parse text argument to “list from csv table” as a CSV-formatted table’ Error.
Would it be possible to publish the entire query used to generate the database / table. I think my issue might be todo with the ‘index type’.
Your image of the table shows FULLTEXT un-highlighted….
Hi Mr Banas
I would like to know how to make the connection to DB from App Inventor
i did not get it from the Video
Coz you made it PHP file but not in the App Inventor
Thank you
Thanks a million Derek!
I only had to initialize $csv_output with an empty string before using it in the loop. Everything went well afterwards!!
I think your were too fast ..love the the video and thanks for the info…raitman
Loved the video Derek. Turns out using PHP was much easier than I expected. Thank you for helping me out 🙂
THANK YOU SO MUCH!
Hi Derek. Thank you very much for your effort . let me ask you a question if you don't mind.
let's say you have three different list of contact ,with same fields and they are about 100 customers in each list.
would you use one screen to access the three table, or would you use three different screens.
and can you point me toan example
Now I'm having a problem connecting to my website browser and I'd like to get the details on how to scrub the input data from users properly? Help please????
Found it!!! I was using the wrong control!!!
The Call->Web1.Get does still exist.