Gossamer Forum
Home : Products : DBMan : Installation :

Almost Ready - Just A Few More Questions

Quote Reply
Almost Ready - Just A Few More Questions
You've been so kind to me. Thanks for your help oh so much! Just a little more:

1. How do I allow general visitors from my site into the database, giving them only guest priviledges, but not making them type any passwords?

2. Can I sort alphabetically?

Quote Reply
Re: Almost Ready - Just A Few More Questions In reply to
1) This has been addressed before in the forums...

Use the following link:

Code:

<a href="http://www.yourdomain.com/cgi-bin/dbman/db.cgi?db=default&uid=default">Enter Database</a>


2) Yes, you can...

Use the following parameters in the query string within the LIST ALL link:

Code:

&sb=fieldnumber&so=ascend


Change fieldnumber of the FIELD NUMBER you want to sort by alphabetically in ascending order.

For more information, search the DBMAN Support Forums for sorting.

Regards,

Eliot Lee
Quote Reply
Re: Almost Ready - Just A Few More Questions In reply to
Thanks again!