OpenID implementation - PHP, Javascript, MySQL
- by Marc A.
Hello,
I've started doing some research on the technologies that I will need for my website.
I'm trying to implement a really simple website with OpenID user registration. The website will store a block of text for each user.
I imagine this means that I will need a database with:
User ID
Open ID url
Data
Having said that, I'm still having…