I have a little problem that I am not sure how to do it.
I have a website, which has 2 tables with information that I am interested in.
When I type in index.php?memberid=4
It will show information regarding this member with ID 4.
I have a another table I also would like to display in this section. The only common data that matches from these tables is the name.
member table looks like this
ID, NAME ......
standing table looks like
ID, Corp1 , corp2 .....
Name & Corp1 is identical
Any suggestions?
Thanks in advance
Mike
I have a website, which has 2 tables with information that I am interested in.
When I type in index.php?memberid=4
It will show information regarding this member with ID 4.
I have a another table I also would like to display in this section. The only common data that matches from these tables is the name.
member table looks like this
ID, NAME ......
standing table looks like
ID, Corp1 , corp2 .....
Name & Corp1 is identical
Any suggestions?
Thanks in advance
Mike