Hello.
If i ask a question that has been answered before i am sorry. If i place this question in the wrong forum, i'm also sorry.
Feel free to flame, but please provide me with a little tip on 'why you're flaming me'.
If my question is badly formulated, i'm sorry, but my native language isn't English.
Here is my problem:
(It's a MySQL and PHP one)
i have fetched a list of table entries, or maybe better, a whole field.
Table1 has a "a_id" field and a "text" field.
I also have a Table2, wich also has
the a_id field, but has it's own b_id field, and a c_id.
The file list.php lists all the entries in Table1. Now, waht i want is that every entry that is printed is a link :
that 'says' that if table2 has a entry with id_a AND id_b in it ... and if it has, you
will be 'redirected' to a page who prints out the entry who had both a_id and b_id .
Sincerly
Odd Rune