Skip to content Skip to sidebar Skip to footer

Error Parsing Data Org.json.jsonexception End Of Input At Character 0

I have been looking over my code all day and can not find why this is happening (or why its not actually returning the result form the MySQL server it should. Hopefully a fresh pai

Solution 1:

you forgot ";" in:

$password = $_GET['password']

line in your PHP code.

Post a Comment for "Error Parsing Data Org.json.jsonexception End Of Input At Character 0"