Gossamer Forum
Home : Products : DBMan : Installation :

Zig or Zag???

Quote Reply
Zig or Zag???
The DBMAN demo illustrates that a "Title Search - A link from a regular html page can hook into DBMan. This link will perform a search on the links database for the word 'test' in the title." The 'read me' says" In fact you can do any search with

<A HREF="$db_script_link_url?view_records=1"> ... </A>

and just put what you are searching for after that. The "List All" works because
a * will return everything. We use $db_key because every record must have
a key value. If you wanted to create a link that returned a list of all
records with "soft" in the title you could do:

<A HREF="$db_script_link_url?view_records=1&Title=soft">

*****************************************************
Sounds easy enough, so why can't I get the right combination? Every permutation sends me to the log in screen. My install is at:http://irealtor.nu/cgi-bin/dbman/db.cgi If I type let's say: http://irealtor.nu/cgi-bin/dbman/db.cgi?view_records=1&MLS=123456 (which I thought would work, but doesn't) I get the log-in screen. I know the answer to this is easy....but please someone enlighten me...should I have zigged instead of zagged?

Stevo


Quote Reply
Re: Zig or Zag??? In reply to
OOOPS , I think I just found the right combo. It seems that this works: http://www.irealtor.nu/cgi-bin/dbman/db.cgi?uid=default&view_records=1&MLS=123456

Thanks any way!!!!!!!!!!