senthilraj
03-31-2007, 07:36 AM
I created table1 – Username and Userid
And I created table 2 = Userid , Problemid, Error,Solution.
Like below
Table1 Table 2
Userid Problemid Error solution
1 1 Nothing remove
2 2 Hello Hi
3 1 Ihfdihj djfkdj
Username Userid
Php 1
C 2
C++ 3
In the search details page the list of Username is there
Like this
Php
C
C++
If I click Php it go and display like below
Problemid Error solution
1 Nothing Remove
1 Ihfdihj djfkdj
Can anybody help me for this .
And I created table 2 = Userid , Problemid, Error,Solution.
Like below
Table1 Table 2
Userid Problemid Error solution
1 1 Nothing remove
2 2 Hello Hi
3 1 Ihfdihj djfkdj
Username Userid
Php 1
C 2
C++ 3
In the search details page the list of Username is there
Like this
Php
C
C++
If I click Php it go and display like below
Problemid Error solution
1 Nothing Remove
1 Ihfdihj djfkdj
Can anybody help me for this .