SteelDragon
Programmer
Ok, here's what I want to do, I want to select information from my database specific to the user that has loged into the site. Kinda like this: I log in, it sets a session variable based on my username, I want to have a query that goes somethin like:
Select * from table Where userid = #Session.UserloggedIn#
I tried something similar to that with no go, I even tried putting CFOutput on it and still no go.
Any ideas?
SteelDragon
Select * from table Where userid = #Session.UserloggedIn#
I tried something similar to that with no go, I even tried putting CFOutput on it and still no go.
Any ideas?
SteelDragon