Re: How do you make your very own search bar and how do you utilize it on your page?
the simplest way i could think of would be to use php's webscraping abilities to index your pages, then when a user searches for something, query against the index of pages to see if it's located anywhere, then return the results where it is located. This would be somewhat complicated, but doable. The key would be crawling across your pages. You'd have to know the structure of your pages (as in how the GETs are put together, etc.)
If you found this helpful, don't be afraid to add to my rep
____________________________
There are only 10 types of people in this world...
Those who understand binary,
And those who don't