Okay, so, I want to make a search form on my website that when a user searches something, the results come up on a new page and those results are snippets of text, no database. Umm, so something like
'this is a search result
this is a link under it';
'this is another search result
this is a link under it';
'this is a 3rd, bob has a cat
this is a link under it'
and basically the search form would search through these snippets of code and show the results, so lets say i typed in "bob has a cat" then the search form goes through the snippets of code and on the results page displays
this is a 3rd, bob has a cat
http://example.com
snippets of text. – Krister Andersson Dec 21 '11 at 6:54