View Single Post
Old 04-10-2004, 07:20 PM   #4
Charter
Head Mole
 
Charter's Avatar
 
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.
Charter is offline   Reply With Quote