Copy link to clipboard
Copied
I use the default login system from Dreamweaver for PHP using a MySQL table
In the table, there is a field named "url" that stores the url where the user must go after login. But I can not grab it and put it at $ MM_redirectLoginSuccess ="
Copy link to clipboard
Copied
Change this -
header("Location: " . $MM_redirectLoginSuccess );
to this -
header("Location: http://www.example.com/" . $row_rsWhatever['url'] );
Find more inspiration, events, and resources on the new Adobe Community
Explore Now