Kurth Bemis wrote:
> 
> when i put this
> header('location: $url');
> 
> i get this
> 
> http://domain.com/$url
> 
> what the hell am i doing wrong?
> 
erm,
header ("Location: $url");

[double quotes, so PHP will consider your dollars, yens or whatever]

--teodor

-- 
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