PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi, Can anyone help me here - I can't pass the variable in my header redirect.
If I echo $MM_redirectLoginSuccess it echos fine : mipagina.php?id=106
However in the url it comes up withouth the variable: mipagina.php?id=
thanks in advanced
if I echo $MM_redirectLoginSuccess it echos mipagina.php?id=106 so $_GET['id'] contains the value and the variable $MM_redirectLoginSuccess is complete. just won't echo the value in the url it reopens
thanks you were right. $_GET['id'] was empty. - 2am isn't right moment to do this. got it now. as always looking in the wrong place and wrong page. never mind.