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 extrac
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 extrac
2 matches
Mail list logo