Hello there!!
I'll try to make you all understand but it might not be easy :-)
What I want is to get information from one table and use it for another table.
For example.
Table 1:
Columns: name, dvdid etc. etc.
Table 2:
Columns: id etc. etc.
Now I want to get the dvdid's that match my "name" criteria.
Then use "dvdid" to get specific rows in table 2 and then print it with a while-loop or something.
Like WHERE id = "$dvdid" if it helps to understand what I want.
But the problem is that I have no idea how to solve this.
Do you have to use cookies for this or is there any other way?
I don't know how to use cookies but i'm sure I can learn if necessary.
I hope you all understand what I want to do and do feel free to help 🙂
Please forgive me if there is some bad english, it's not my native language. :rolleyes:
Best regards, Stalis
Edit: Changed Database to Table