Creating a membership provider in php

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
bharanidharanit
Forum Newbie
Posts: 15
Joined: Sun Jan 03, 2010 9:13 pm

Creating a membership provider in php

Post by bharanidharanit »

Hello,
How to create a membership provider in php?
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: Creating a membership provider in php

Post by AbraCadaver »

bharanidharanit wrote:Hello,
How to create a membership provider in php?

Code: Select all

create_membership_provider($options);
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
bharanidharanit
Forum Newbie
Posts: 15
Joined: Sun Jan 03, 2010 9:13 pm

Re: Creating a membership provider in php

Post by bharanidharanit »

AbraCadaver wrote:
bharanidharanit wrote:Hello,
How to create a membership provider in php?

Code: Select all

create_membership_provider($options);
Can you pls make me more clear?. I am very beginner.
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Re: Creating a membership provider in php

Post by jason »

I assume you mean a membership system? Well, there is quite a bit of work that would go into that. I see that you've already tried, and posted another thread asking about a problem you are having. Why not stick to that thread and let's solve the problem.

Either that, or you can try Google!

Search for something like: membership system in php tutorial

That should find you something.
Post Reply