connecting to mysql



hello, please help me. I already connect to my sql but the username and password are not appear. Can someone solve this problem?

what is the raw response content you are getting back?
why are the columns username and password all empty in your database?
and why do you set the textboxes to empty string in the Web.GotText event?
btw. never store passwords as plain text in your database, use password hashes instead

you might want to follow this tutorial App Inventor Tutorials and Examples: MySQL | Pura Vida Apps

Taifun