Hi,
my users can do a full search on the content of my website, which is stored in a database.
But the search will searchin different tables, how do I manage to print out the correct content, cq. tablename?
Let's say I've a database table called:
Customers -> Fields [name, address]
Newsarticles -> Fields [title, article]
When I perform a search on these two tables, and a result is found, how do I know which field to output?
If the keyword is found in the 'title' it should display the title.
Hope you can help me out;
bram
my users can do a full search on the content of my website, which is stored in a database.
But the search will searchin different tables, how do I manage to print out the correct content, cq. tablename?
Let's say I've a database table called:
Customers -> Fields [name, address]
Newsarticles -> Fields [title, article]
When I perform a search on these two tables, and a result is found, how do I know which field to output?
If the keyword is found in the 'title' it should display the title.
Hope you can help me out;
bram