Get data from database
-
sir im using two different table table1 and table2 in table1 im storing user details and table2 storing username and password . when the user login with table2. he want to same person details only . how it is passable please help me.
-
sir im using two different table table1 and table2 in table1 im storing user details and table2 storing username and password . when the user login with table2. he want to same person details only . how it is passable please help me.
-
sir im using two different table table1 and table2 in table1 im storing user details and table2 storing username and password . when the user login with table2. he want to same person details only . how it is passable please help me.
Use appropriate forum to post your questions.Please see this[^] before posting another question In both tables ,the common id will be USERID(assumption).Use INNERJOIN to join the tables by the common column(USERID). Check these to know about joins: Joining Tables in SQL[^] Visual Representation of SQL Joins[^]
You have to learn to think like a computer or teach him to think like a human. -Kornfeld Eliyahu Peter