Python program which call PHP programs / class
Project detail
Hello,
I have a WordPress site and a Flask API and would like customers signed up from WordPress site to be able to login to API and reciprocally.
So what I need is :
PHP program which return the WordPress Hash value of a given Password .
PHP program which get Login result from WP login process
A python program which call PHP programs and get results into variables
Thanks.