I want when i type the keyword and click search button, in result will contain the keyword highlighted that i typed. How can i do that?
Do you mean to say your own search engine results I guess. If that is the case then, you render the HTML you replace the "search word" with "<strong>search word</strong>"
What other details you need? I mean its just a regular function call where you replace a word with some other word.