Hello,
How to create a membership provider in php?
Creating a membership provider in php
Moderator: General Moderators
-
bharanidharanit
- Forum Newbie
- Posts: 15
- Joined: Sun Jan 03, 2010 9:13 pm
- 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
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
Can you pls make me more clear?. I am very beginner.AbraCadaver wrote:bharanidharanit wrote:Hello,
How to create a membership provider in php?Code: Select all
create_membership_provider($options);
Re: Creating a membership provider in php
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.
Either that, or you can try Google!
Search for something like: membership system in php tutorial
That should find you something.