PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   How do I generate static search pages from keyword list? (http://www.phpdig.net/forum/showthread.php?t=790)

inthestars 04-07-2004 03:06 PM

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?

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 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>


inthestars 04-11-2004 12:45 PM

thanks


All times are GMT -8. The time now is 03:07 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.