Gossamer Forum
Home : Products : DBMan : Customization :

Search command line to find specific id#... how?

Quote Reply
Search command line to find specific id#... how?
Example:


Using code as above, I intend to locate/display record ID#1.
Instead, any/all records containing a "1" in the ID are displayed.

For example, records 11, 21, 12, etc., all display.

How can I search for a specific ID? Thanks
Quote Reply
Re: [jmueller] Search command line to find specific id#... how? In reply to
You can add the ww=1 meaning search for whole words such as:

db.cgi?db=player&uid=default&ID=1&ww=1&view_records=1

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/