problem with variable
Posted: Mon Feb 02, 2004 2:33 pm
Hi everyone !
i have a problem :
header("Location: norestric1.php?randompass=$randompass");
this works perfectly, it sends the value of $randompass to norestric1.php
wereas this :
<a href="logmon.php?randompass=$randompass"><img src="../media/bouton_loginmonitoring.jpg" width="130" height="25" border="0">
doesn't send the value of the variable but sends :
http://steph/microsent/pages/logmon.php ... randompass
who can help ?
Thanks !
i have a problem :
header("Location: norestric1.php?randompass=$randompass");
this works perfectly, it sends the value of $randompass to norestric1.php
wereas this :
<a href="logmon.php?randompass=$randompass"><img src="../media/bouton_loginmonitoring.jpg" width="130" height="25" border="0">
doesn't send the value of the variable but sends :
http://steph/microsent/pages/logmon.php ... randompass
who can help ?
Thanks !