Gossamer Forum
Home : Products : DBMan : Discussions :

Re: Grabbing info from the logged in users DB info

Quote Reply
Re: Grabbing info from the logged in users DB info In reply to
Thanks.

Doesnt help all the way Im afraid.

# At this point, you can decide what you want to print out. If you have a database that
# has the userid as the key value, you can get the information from the database, using
# %rec = &get_record($username);
# and then print out whatever fields you want to appear on the page.

What do I need to get the get_record function to work? Will this feed %rec with the values from the specific record?

Can I then use $rec{'field'} to print out whatever fields value? ... cant get it to work....

Subject Author Views Date
Thread Grabbing info from the logged in users DB info eric74 3631 Jul 16, 2001, 7:49 AM
Thread Re: Grabbing info from the logged in users DB info
LoisC 3523 Jul 16, 2001, 8:38 AM
Thread Re: Grabbing info from the logged in users DB info
eric74 3503 Jul 19, 2001, 8:28 AM
Thread Re: Grabbing info from the logged in users DB info
LoisC 3499 Jul 20, 2001, 10:37 AM
Post Re: Grabbing info from the logged in users DB info
eric74 3476 Jul 20, 2001, 3:02 PM