Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Login runtime value from login server behavior?

New Here ,
Oct 05, 2009 Oct 05, 2009

How do I set up a recordset that will point to the login users' record in PHP once they login from the login server behavior?

In ASP I used the value for the variable actname:       MM_Username.

I just want to link to the username's record.  I thought the "mm_Username" value was something that was created in the login server behavior that came with Dreamweaver and it would work for php as well as asp.

In PHP I am using the following runtime value language :

$_GET['MM_Username']

Is it different in PHP?  It won't point to the record of the login user in the user's account.

How do I set up a recordset so that it will point to the record of the login user if none of this makes sense in php.

Thanks in advance,

Bob Jean

TOPICS
Server side applications
401
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 05, 2009 Oct 05, 2009

And by value I mean runtime value in the record set = 'MM_Username'

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 05, 2009 Oct 05, 2009
LATEST

Found the Answer.  The runtime value in the recordset is as follows:

$_SESSION['MM_Username']

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines