Gossamer Forum
Home : Products : DBMan : Discussions :

Number problem.

Quote Reply
Number problem.
Hi everyone..
My problem is Number sorting
if i do like belowe :
http://myservername/dbman/user.cgi?db=item&uid=UserID&no=15&view_records=1
Result:
Number was found :15,151,152,1555................^^;;
I want only Number 15
what is problem?..
pleaze...
I am looking forward reply of anyone


Quote Reply
Re: Number problem. In reply to
Add &ww=on in the query string.

Like the following:

Code:

http://myservername/dbman/user.cgi?db=item&uid=UserID&no=15&ww=on&view_records=1


And if this is from the search form, then you need to add a hidden field like the following:

Code:

<input type="hidden" name="ww" value="on">


ww = Whole Words (or exact string match)

For more information about the search options in DBMAN, search the DBMAN forums for search options.

Regards,

Eliot Lee