[PHP] Re: Authentication Question

2002-01-16 Thread Bharath Bhushan Lohray

Create another table with info of accounts.

Auth_table
username(varchar)
password(varchar)
acno(int)

accounts_info_table
acno(int)
info1
info2()

Pass a query
==
select * from accounts_info_table where acno==$abc
==
here $abc is the info you extract from the fauth_table during the login
process.

Hope this is what you wanted to know
I am intrested in your problem.
Please correspond.

Bharath Bhushan Lohray

bharath_b_lohray (at) yahoo.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: Authentication Question

2002-01-16 Thread Bharath Bhushan Lohray

Create another table with info of accounts.

Auth_table
username(varchar)
password(varchar)
acno(int)

accounts_info_table
acno(int)
info1
info2()

Pass a query
==
select * from accounts_info_table where acno==$abc
==
here $abc is the info you extract from the fauth_table during the login
process.

Hope this is what you wanted to know
I am intrested in your problem.
Please correspond.

Bharath Bhushan Lohray

bharath_b_lohray (at) yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]