Im looking for a script that i can integrate into my current forum. This search script needs to function like the one found at Mecho http://www.mechoddl.com/Game/page-6.html At the bottom of the page you will see -Recent Searches- Under this you will see many keyword phrases that are hyper. Each one of phrases takes you to a unique .html page What happens is an html page is automatically created when a user types in a search query . So if a user goes to the search bar and types in rapishare a rapidshare.html file will automatically be created. IM looking to find a script that does this \Any ideas?
The page isn't actually being generated. It's more like a "hidden redirect" (not exactly) to something that could be /search.php?q=string+being+searched , but this one is more SEO-Friendly. I don't think there are scripts that do that "as is" - it's something you could do very easily with a normal search script and the necessary .htaccess knowledge.