Hello friends, I wrote my app inventor 2 code as below and also the php+mysql side is ready on the site. What I want to do is send the login information to the server on the php side and query from the database and redirect if the information is correct as a result of that query, but I am stuck here.
Thank you very much in advance if anyone can help.
Good forum everyone.
The Notifier ShowAlert block is too ephemeral for catching error messages and holding them visible for screen shots.
I advise adding a Label for debugging, so you can show us the responseContent.
I anticipate trouble from those "- and -" text fragments in your URL, unprotected by Web URLDEcode (Encode?) blocks. The responseContent would tell us if I worry too much.
The responseContent you showed us in Web Component Help Request (php/mySQL) - #5 by Ceit89
looks like what a web server might respond to the URL you built.
I see in it an email address and a 123456 password, wrapped in a html script call.
Unfortunately, I know nothing of what happened in that web server to engender that response.
Something more knowledgeable with php server side scripting would be needed for that.