When inserting data from Android to MySQL, why is all the data inserted with the number "1"?

QuestionsWhen inserting data from Android to MySQL, why is all the data inserted with the number "1"?
sethbeckerman5 Staff asked 4 years ago

When inserting data from Android to MySQL, why is all the data inserted with the number "1"?
When I insert it directly from the console, it inserts normally. What's the problem?
This is my PHP code:

This is part of Activity code:

This is Request code:


View on Stack Overflow