login through my php page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sam_demo
Forum Newbie
Posts: 2
Joined: Mon Apr 13, 2009 2:27 am

login through my php page

Post by sam_demo »

Hi all,

I want to make php page which can take my Username and password and login,
with yahoo or gmail account is this possible


Thank sam
User avatar
mikemike
Forum Contributor
Posts: 355
Joined: Sun May 24, 2009 5:37 pm
Location: Chester, UK

Re: login through my php page

Post by mikemike »

Sure, at least with Google it is. Check out:
http://code.google.com/apis/accounts/

It may also be worth having a look at OpenID
Post Reply