Associate
- Joined
- 18 Oct 2002
- Posts
- 710
- Location
- Somerset
I am reading a very good tutorial on php and sql but what i am trying to comile while reading it has jumped ahead of the tutorial a little so was hoping i could find some help here to keep things moving while i read.
i have a sql database, the database has 2 tables,
table 1 has all its info read out and inserted into a table on the page,
i need to compare the contents of table 1 column 5 to the contents of table 2 column 1 for each row of table 1,then return the contents of table 2 column 2 for each row
I have not not to any part on comparing table/column contents yet, i assume it is possible to do this some how?
Thanks
i have a sql database, the database has 2 tables,
table 1 has all its info read out and inserted into a table on the page,
i need to compare the contents of table 1 column 5 to the contents of table 2 column 1 for each row of table 1,then return the contents of table 2 column 2 for each row
I have not not to any part on comparing table/column contents yet, i assume it is possible to do this some how?
Thanks