I am developing an E-commerce project using MIT App Inventor for the mobile app and a MySQL server to store the data. However, I am experiencing an issue with the communication between the app and the PHP server.
Issue Description:
I am sending data from App Inventor to a PHP script that connects to a MySQL database.
However, when receiving the data on the PHP server, there seem to be invisible spaces or unexpected characters in the variable values.
This is affecting login validation when displaying return messages in the app, as they appear with a extra space.
php codes.txt (559 Bytes)