Gossamer Forum
Home : Products : DBMan SQL : Discussion :

URL for a default user

Quote Reply
URL for a default user
I'd like to allow users to search the database without logging on. What URL do I use for that purpose?

Thanks,

John

Quote Reply
Re: URL for a default user In reply to
This has been discussed quite a few times in the other DBMAN forums....

You need to add:

Code:

&uid=default


to your query strings in the html.pl file.

AND you also need to add the following hidden field in the search form codes in the html.pl or in external search box codes you are using:

Code:

<input type="hidden" name="uid" value="default">


Regards,

Eliot Lee