I have a database on backendless cloud service which has no support for python.
So i'm establishing the connection between the python code and the database using php files.
The insertion is working fine as there is no response from the php file to the python.
However in the retrieving i need the php file to echo the output and the python script to read this echo value. How can i do this?
Thanks.