On 21 Oct 2002 at 21:04, olinux wrote:
> htdig views webpages similar to the way you view them > in a browser. As long as there is a link to the > content and it will display correctly in your browser > htdig should index it. Give it a try and see what > happens. > > Make sure that each page you want indexed has at least > one link pointing to it. You could also setup a > 'spider' page with links to all pages on your site. > htdig also allows you to specify the urls to index (in > the configuration file, though I don't remember the > exact syntax - It's in the docs somewhere). Thanks. I see now that I was going way off base with my reading of docs about mysql and htdig. My search works now. I just needed a link to the generated page. I am very impressed with this feature as i will be expanding my mysql/php usage on the web sites soon. > If you are using ? in the url - ie > domain.com/article.php?id=123 > > Then check the configuration file to make sure you are > not excluding url's containing '?' > thanks for the tip. In this case i do not use '?' in the URL but it is good to be reminded of the exclusions in the conf file. > You may also want to browse through the 'configuration > file' section under 'Reference' on the left nav bar at > htdig.org to see what options are available to you. > > olinux > > cheers, adrian > > --- Adrian Bolzan <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I am a little bit confused as to where to start, and > > the steps involved in, > > indexing a results page from a mysql query. > > I have looked through the FAQ and done a search on > > the htdig site but > > am still (or more) confused. > > > > Our site has a number of pages that are dynamically > > generated from a > > mysql database using php. That is, the php script > > makes a SELECT > > query on a table in a database and displays the > > results on a web page. > > From the results of the query <a href> links are > > generated using: > > > > print "<a > > > href=\"http://aot.com.au/$f_file_on_server[$i]\">$f_date_to_display[$i > ]</a > >"; > > where > $f_file_on_server[$i] is a value from one > column in > the table and > $f_date_to_display[$i] is a value from > another > column but the same row. > > I would like to use htdig to > search in the files > generated by these links. > > Any help would be > appreciated. If someone wants > more info let me > know. > > cheers, > > > adrian > > > > > > ------------------------------------------------------- > This sf.net > emial is sponsored by: Influence the > future > of Java(TM) > technology. Join the Java Community > Process(SM) (JCP(SM)) program > now. > > http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/jav > avote > _______________________________________________ > > htdig-general mailing list > <[EMAIL PROTECTED]> > > To unsubscribe, send a message to > > <[EMAIL PROTECTED]> with a > subject of > unsubscribe > FAQ: http://htdig.sourceforge.net/FAQ.html > > > __________________________________________________ > Do you Yahoo!? > Y! Web Hosting - Let the expert host your web site > http://webhosting.yahoo.com/ > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/jav > avote _______________________________________________ htdig-general > mailing list <[EMAIL PROTECTED]> To unsubscribe, > send a message to <[EMAIL PROTECTED]> with a > subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html ------------------------------------------------------- This sf.net emial is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ad.doubleclick.net/clk;4699841;7576301;v? http://www.sun.com/javavote _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

