I have a php script that passes a value to an http://something..../wsgi.py page which computes and returns a value.
I do not want to display this .py page. Instead, I want to call another php page along with the value computed by the python page.
Any pointers on how to proceed?