Logging in using single form from two different tables?
Moderator: General Moderators
Logging in using single form from two different tables?
I am having a log in page(login-form.php) and i need to use the same page to fetch user details from two different tables namely tb_premium_user and tb_business_user, how can i implement this effectively, can somebody help me in this.I am really looking forward for some reliable suggestions.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Logging in using single form from two different tables?
User the SQL JOIN to fetch data from multiple table. See the manual for your database.
(#10850)