Jump to content

fer_75

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

fer_75's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello everybody ! I'm working with Dreamweaver MX and mysql... I have a simple login form and I just want to pass an URL parameter when login has been successful ... in the lines code it is this line which works perfect : -- $MM_redirectLoginSuccess = "modify_home_form.php"; if I pas a value in URL parameters like this : -- $MM_redirectLoginSuccess = "modify_home_form.php?recordId=7"; (it works perfect also) Bui I just want to pass the value of the "user_name" , it is suposed to be like this: $MM_redirectLoginSuccess = "modify_home_form.php?recordId=<?php echo $row_Recordset_users['user_name']; ?> HOW CAN I PASS AN URL PARAMETER WHIT THIS LINK WHEN LOGIN IS SUCCESSFUL ??? how can I pas the username value to the next page after loggin in ??? any help will be so good. Gracias anticipadamente ! Fernando.
  2. Hello everybody ! I'm working with Dreamweaver MX and mysql... I have a simple login form and I just want to pass an URL parameter when login has been successful ... in the lines code it is this line which works perfect : -- $MM_redirectLoginSuccess = "modify_home_form.php"; if I pas a value in URL parameters like this : -- $MM_redirectLoginSuccess = "modify_home_form.php?recordId=7"; (it works perfect also) Bui I just want to pass the value of the "user_name" , it is suposed to be like this: $MM_redirectLoginSuccess = "modify_home_form.php?recordId=<?php echo $row_Recordset_users['user_name']; ?> HOW CAN I PASS AN URL PARAMETER WHIT THIS LINK WHEN LOGIN IS SUCCESSFUL ??? how can I pas the username value to the next page after loggin in ??? any help will be so good. Gracias anticipadamente ! Fernando.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.