Sorry I could not find words to describe my issue. May be you will understand.
Tools: PHP & MySQL
I have created a database with fields: CID, Name, DOB, Gender, EmailID. Data: 01, Kunal, 18.10.1988, Male, [email protected]
I am able to display all/one data as required in a table.
Example: Suppose I display only CID and Name.
What i want: I would click on CID and it will show all informations(CID, Name, DOB, Gender, EmailID) in another new page with an option “ok”.
Please suggest!!!
Regards, Sourav