Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Database query?

Quote Reply
Database query?
Hi,
I like to perform a database query... I think thisb should be possible... how is the syntax? I like to take a certain field and return all the links which are matching to this field...

Kai
Quote Reply
Re: [kailew1] Database query? In reply to
THE search.cgi script allows you to add parameters (fieldnames) in your search query...

Like:

&isNew=Yes

To search the isNew field, simply edit your search.html and search_error.html files, by adding the following form field codes:

Code:

<input type="checkbox" name="isNew" value="Yes"> New Sites

========================================
Buh Bye!

Cheers,
Me

Last edited by:

Chewbaca: Nov 9, 2001, 2:48 PM
Quote Reply
Re: [Chewbaca] Database query? In reply to
Hi Eliot,
I don't like to do the search in the form but only as a link, like it is possible in dbman..

I've tried this:
http://www.mydomain.de/cgi-bin/links/search.cgi?query=&mh=25&isNew=Yes

but it didn't work. Could you help me again?

thx in advice

Kai
Quote Reply
Re: [kailew1] Database query? In reply to
How about adding it as a hidden field?

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [AndyNewby] Database query? In reply to
Hi,
could you please explain what you mean?

Kai