Are you trying to assign the value "value1" to var1 or are you trying to 
assign the value of the variable value1 to var1?

Prathap

---------- Original Message -----------
From: "Olav Draageset" <[EMAIL PROTECTED]>
To: php-general@lists.php.net
Sent: Tue, 10 May 2005 00:16:33 +0200
Subject: [PHP] Header location, redirection loses parameters, 

> I have several URLs that I want to point to the same site with a 
> different  parameter. I try to do this by redirecting all to the 
> same location, by
> 
> <?
> hader ("Location: 
> http://mysite.com/index.php?var1=value1&var2=value2";); exit; ?>
> 
> The redirection is done properly, but variables are not sent. Can 
> anyone  say what should be done? (some init settings ??) Thanks
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
------- End of Original Message -------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to