Welcome Guest, Not a member yet? Register   Sign In
changing the tables acccording to my needs
#1

[eluser]mady[/eluser]
Hi friends,

I have a 2 different user types :

one type using the tables:

auth1
user1

and another one with:

auth2
user2

Note: Eventhough auth table columns looks same, but am in a situation to use authentication seperately.


I assume that changes in config table like the following can do a trick for me.

How to handle the user type: can i do some thing like this:


if(user1)
{
config(auth1.php);
}
else
{
config(auth2.php);
}



Thanks,


Messages In This Thread
changing the tables acccording to my needs - by El Forum - 03-25-2012, 11:34 PM
changing the tables acccording to my needs - by El Forum - 03-26-2012, 07:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB