I'm in the process of using the PHP wrapper guide as found at:

http://htdig.org/contrib/guides.html which points to 
http://www.devshed.com/Server_Side/PHP/search/

The DevShed article is good as it's shown me the way to get started.  
But there are a few little niggles which are preventing me from finishing.  
I'm posting this message as a request for clues and in the hope that 
someone will say "look here, it's already been done...".

The sticking point is result sets which span more than one page.

The work in progress is available at: 
http://diary.unixathome.org/htdig/results.php

If you search on 'langille', you'll get two pages of results.  If you examine 
the URLS provided for the (2) link, you'll find:

http://diary.unixathome.org/htdig/?config=htdig;format=htdig;words=langil
le;page=2

As I see it, there are two problems to solve:

1 - get the correct URL in there.  It should be 
http://diary.unixathome.org/htdig/results.php

2 - parse the arguments 
"?config=htdig;format=htdig;words=langille;page=2" into something php 
can use.

any ideas?

thanks.

-- 
Dan Langille
pgpkey - finger [EMAIL PROTECTED] | http://unixathome.org/finger.php

_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to