I will figure out how to use php-openId https://github.com/openid/php-openid
So, I cloned the repo on my system in the ~ / www directory. There are some examples in the php-open-id / examples directory that need to be run.
In particular, I wanted to display the php-open-id / examples / consumer / index.php page to go forward in understanding api.
So, to display the page, I started the server in the php-open-id / examples directory using
python -m SimpleHTTPServer 8000
And I switched to localhost: //consumer/index.php
But that does not work. A dialog box appears to save the file. Say someone tells me the correct way to render this php file.
source share