Hey everyone, hope all are fine ...
Dreamweaver uses a login_user server behavior to send the user to a specified page on a successful login. Normally you would provide a url, but I would like to use the server variable that holds the url of the last page visited so I can use the same login form for different sections of the website.
$MM_redirectLog inSuccess = $_SERVER['HTTP_REFERER'];
doesn't work. The command doesn't recognize it as a pathname.
Is there a way to do this successfully within a PHP command structure?
Thanks for any help ...
Robert
Dreamweaver uses a login_user server behavior to send the user to a specified page on a successful login. Normally you would provide a url, but I would like to use the server variable that holds the url of the last page visited so I can use the same login form for different sections of the website.
$MM_redirectLog inSuccess = $_SERVER['HTTP_REFERER'];
doesn't work. The command doesn't recognize it as a pathname.
Is there a way to do this successfully within a PHP command structure?
Thanks for any help ...
Robert
Comment