try this
header("Location: email_confirm.php?email=".$email);
exit();
Angelo Zanetti
Z Logic
www.zlogic.co.za
[c] +27 72 441 3355
[t] +27 21 469 1052
Ross wrote:
>Is it possible to send variables using header() ?
>
>I have tried variations on the theme
>
>header ('Location: email_confirm.php?
Ross wrote:
Is it possible to send variables using header() ?
I have tried variations on the theme
header ('Location: email_confirm.php?email=$email);
but nothing seems to work.
I don't know what you tried, but the above results in parse error. Try:
header ("Location: email_confirm.php?email=$email
2 matches
Mail list logo