Hi. Assume there are contents in DB as follows.
------------------------
name favorites
John cat
Peter dog
-------------------------
If as soon as I enter "John Peter" the following screen should display with no page movement.
Input: John Peter
Output:
:The favorites:
John cat
Peter dog
Is it possible to impliment? Give me some advice please. Thanks