please help me in implementing login

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
sunil2629
Forum Newbie
Posts: 2
Joined: Fri Aug 06, 2010 1:50 am

please help me in implementing login

Post by sunil2629 »

dear freinds

I am new in php .i want to implement a login form but in this i also need that if person already have a account on linkedin they dont have to fill a registration form in my site.they automatically login in my site with his linkedin id and password.
thanks in advance
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: please help me in implementing login

Post by internet-solution »

Do you have access to linkedIn's user account database? If not, how will you get the linkedIn password for users? May be there is a hack, but it will be near impossible for someone new to php.

If you want a simple login form - just Google it with "php login form" and you will find lots of sample scripts.
sunil2629
Forum Newbie
Posts: 2
Joined: Fri Aug 06, 2010 1:50 am

Re: please help me in implementing login

Post by sunil2629 »

but it is possible through linkedin api
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: please help me in implementing login

Post by internet-solution »

I did not know about linkedin api! thanx for the heads up.

In this case search for "linkedin api login php" in Google and you will get some example source code.
Post Reply