I want to create a Meta Search engine, on which I want to display search results on a floating or sliding page . I am a newbie that can u please tell me every thing which I need to make. Currently I had only this code.
<form method="get" action="http://www.google.com/search">
<input type="text" name="q" size="30" x-webkit-speech />
<input type="submit" value="Google Search" />
</form>
I think you need a PHP-AJAX search solution.
You can try Using Ajax to build a live search (Here is a demo).
Or you may pick one from 14 jQuery Live Search Plugins.
Hope this helps.
Note: Always do a little research YOURSELF and ask for help here in stackoverflow. You may also go through FAQ section. Also visit this page https://blog.stackoverflow.com/2010/10/asking-better-questions/