How get? i have 3 tables:
1 table - "Name":
1 | Php
2 | Car
3 | Tree
4 | Stone
5 | Table
6 | Perl
2 table - "Text":
1 | Honda, mazda, ferrari
2 | Big, smole, very big
3 | programming language
4 | best programing language
5 | compiuter, books
6 | flower,
3 table - "Introduction":
1 | php | best programming language
2 | perl | compiuter, books
3 | Table | compiuter, books
How make script? If it possible only with mysql code
he get from 2 tables: Name and text random data (limit 1).
ex. Php | best programing language
and check with table 3 "Introduction". if row with Php and best programming language is in some line he get new data.
Ex. script can't get:
php | best programming language
perl | compiuter, books
Table | compiuter, books
because in 3 table this data egzist, but he can get php | flower, because in table "Introduction" no this row. It's possible get with mysql funcions?
(ex ... where text. name not like Introductions.text, ). Please help. Very need make this script or mysql sentence