|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: How to show users info? |
From: |
outsider |
Date: |
11/10/2000 2:28:03 PM |
IP: |
195.24.38.1 |
When user is logged store his ID form database in session:
ex.: session("UserID") = recordset("ID")
and when you need the names (probably of this user) get them from database by his ID(session("UserID")) - or in session store names:
session("first_name")= recordset("first_name")
and then
response.write session("first_name")
etc.
Best Regards!
Outsider
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|