> This works
> header("Location: http://www.foo.com/data/register.php?exist=1";);
> How can I  pass exist value as parameter ???

If i understand you right like this:
header("Location: http://www.foo.com/data/register.php?exist=$exist";);

Valentin Petruchek (aki Zliy Pes)
http://zliypes.com.ua
mailto:[EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to