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

[Q]XAMPP & DW Session

New Here ,
Dec 10, 2009 Dec 10, 2009

I were using AppServ on my pc,

I moved to use XAMPP on Ubuntu 9

php+mySQL

the problem:

when i use login form with DW, the $MM_Username is not defined !

after user login succsefully, i can't echo the $MM_Username!

Can u help , please ?

thanks

TOPICS
Server side applications
307
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
LEGEND ,
Dec 10, 2009 Dec 10, 2009
LATEST

AMoktar wrote:

when i use login form with DW, the $MM_Username is not defined !

after user login succsefully, i can't echo the $MM_Username!

Dreamweaver doesn't create $MM_Username. It uses a session variable called $_SESSION['MM_Username'].

Sessions need to be enabled with session_start() at the beginning of each page to gain access to $_SESSION variables.

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