Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now