php help ! replacement with a variable?

  • Thread starter Thread starter sNo0z4u
  • Start date Start date
S

sNo0z4u

Guest
Hi guys!

I want to replace a variable with a dynamic link that i specify.
e.g: new_variable = index.php?s=$row_session['ID'];

and later i want to use the new variable what i've made it.
e.g: $MM_redirectLoginSuccess = "new_variable";

any help ?
 
Back
Top