PDA

View Full Version : How do I generate static search pages from keyword list?


inthestars
04-07-2004, 03:06 PM
I want to generate static search pages from the keyword list.. how do I do that?

Charter
04-10-2004, 12:00 PM
Hi. Not quite sure what you mean, but maybe save the HTML from the search results page?

inthestars
04-10-2004, 05:19 PM
Yes, I want to save the html from the search results page.. so I can submit it to search engines

Charter
04-10-2004, 07:20 PM
Hi. Happened upon the http://www.scriptlance.com/projects/1081478475.shtml page:


Status: Open
Budget: $ 150-350
Created: 4/8/2004 at 22:41 EST
Bidding Ends: 4/15/2004 at 22:41 EST (5 days left)
Project Creator: inthestars
Rating: (No Feedback Yet)
Description: I need a hack for PHPDig, see the script at PHPDig.net. The PHP and MYSQL script searches web pages and collects keywords. I'd like a hack that lets me type in a phrase and generate static search result pages (limit 10 per page) just like this page (http://www.ragazzestupende.com/lindsey_vuolo.html). The search result page should have a header, footer, and side bar that is adjustable. Here's the site that has the PHPdg script: http://www.phpdig.net


There is a tutorial here (http://www.phpdig.net/showthread.php?threadid=348) that shows how to make any kind of search results page. As for the links, perhaps just make a webpage like the following:

<html>
<body>
<a href="http://www.domain.com/dir/search.php?query_string=word1+word2">word1 word2</a><br>
<a href="http://www.domain.com/dir/search.php?query_string=word3+word4">word3 word4</a><br>
<a href="http://www.domain.com/dir/search.php?query_string=word5+word6">word5 word6</a><br>
<!-- etcetera -->
</body>
</html>

inthestars
04-11-2004, 12:45 PM
thanks