I have created a login user form using server behaviours with dreamweaver and a sql db.
When logged in though how can I use the 'username' variable from the initial form?
so I can create "hello <username>" and then start creating queries using if statements with this field. Basically so I can display records assigned to the username.
Ive tried passing the variable with FORM as suggested here
BUT I assume because im using the server behavious this wont work?
Any help on this will be greatly appreciated as Ive spent all day on this trial and erroring?
Best Regards
James
When logged in though how can I use the 'username' variable from the initial form?
so I can create "hello <username>" and then start creating queries using if statements with this field. Basically so I can display records assigned to the username.
Ive tried passing the variable with FORM as suggested here
BUT I assume because im using the server behavious this wont work?
Any help on this will be greatly appreciated as Ive spent all day on this trial and erroring?
Best Regards
James