Multiple search option.
Posted: Thu Jul 05, 2007 12:59 pm
How can I search in a coloumn from table in database 2 different recordings and display them in a html table?
My table looks like this:
-|----|----|--|
1 text text A
2 text text B
3 text text A
4 text text C
5 text text B
and I want to search only the recordings with contains A and B, like this:
-|----|----|--|
1 text text A
2 text text A
3 text text B
4 text text B
My table looks like this:
-|----|----|--|
1 text text A
2 text text B
3 text text A
4 text text C
5 text text B
and I want to search only the recordings with contains A and B, like this:
-|----|----|--|
1 text text A
2 text text A
3 text text B
4 text text B