0
How to integrate appliction?
I developed one application using python I want to integrate to php web application. I am bit of confuse please let me know.
2 Respostas
+ 3
Both of these reference may be helpful:
Python to php communication how to connect to php services using python...
https://medium.com/@rossbulat/python-to-php-communication-how-to-connect-to-php-services-using-python-f48893a2c98e
or...
https://stackoverflow.com/a/21845276/7218253
+ 1
create API using Python and request the API using php that's all.