php-general | 2005051
Date: 05/10/05
- Next message: Burhan Khalid: "Re: [PHP] strpos with array?"
- Previous message: Shaw, Chris - Accenture: "RE: [PHP] strpos with array?"
- In reply to: Ross: "[PHP] using header ('Location:) to pass varaiables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?email=$email);
>
>but nothing seems to work.
>
>Ta,
>
>Ross
>
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Burhan Khalid: "Re: [PHP] strpos with array?"
- Previous message: Shaw, Chris - Accenture: "RE: [PHP] strpos with array?"
- In reply to: Ross: "[PHP] using header ('Location:) to pass varaiables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

