> My requirements are slightly different in such that I require only
> authorised people access to my price list.
> 
> Has any one got an easy way for me to implement access to the database via
> valid login only ?
> 
> Thanks for any suggestions (remember were not all programmers just fiddlers
> !)
Forgive my lack of understanding, you are asking that none of your
prices (for example on the quick_order and item screens) be shown unless
the user is logged in?  If this is the case, go to the item and
quick_order screens and surround the code that outputs the prices with
something like 
if ($UserInfo["ID"])
{
}

Hope that helps,
-jj

-- 
Shannon -jj Behrens  *  Web Engineer  *  CLEAR INK�
      Imagination is the only real medium(sm)


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to