|
04-07-2004, 04:06 PM | #1 |
Green Mole
Join Date: Apr 2004
Posts: 3
|
How do I generate static search pages from keyword list?
I want to generate static search pages from the keyword list.. how do I do that?
|
04-10-2004, 01:00 PM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Not quite sure what you mean, but maybe save the HTML from the search results page?
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
04-10-2004, 06:19 PM | #3 |
Green Mole
Join Date: Apr 2004
Posts: 3
|
Yes, I want to save the html from the search results page.. so I can submit it to search engines
|
04-10-2004, 08:20 PM | #4 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
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 that shows how to make any kind of search results page. As for the links, perhaps just make a webpage like the following: Code:
<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>
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
04-11-2004, 01:45 PM | #5 |
Green Mole
Join Date: Apr 2004
Posts: 3
|
thanks
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Change Weight per Keyword to Reorder Search Results | Charter | Mod Submissions | 3 | 05-03-2005 11:44 AM |
Forcing a page to always show up first in search results based on keyword | derrickp | How-to Forum | 3 | 02-22-2005 01:01 PM |
List all pages from specified host | BulForce | How-to Forum | 3 | 01-19-2005 01:19 PM |
search list... | staura | How-to Forum | 3 | 06-19-2004 06:54 AM |
Generate text images on Linux | Charter | Coding & Tutorials | 0 | 03-05-2004 12:37 PM |