Hello
I have downloaded LightOpenID (http://gitorious.org/lightopenid) few hours ago but still can\'t figure out how to make it work.
I got this google example saved
This script is now working fine from my localhost running apache on my laptop with a wifi connection to the internet.
I've been told that you should pass your domain to the new LightOpenId object when creating it.
$iniConfig is a parse_ini_file array stored outside the document root where I store all my important variables.
in this case
[openid]
domain='mydomain.com'
So, I create new object and include the domain the server is on:
$openid = new LightOpenID($iniConfig['openid']['domain']);
I wrote it this way, and haven't checked to see if it works without the domain..