yes, got it working. thanks a lot.. i did use header

--
Thank you,
Louie Miranda ([EMAIL PROTECTED])


----- Original Message ----- 
From: "Chris Shiflett" <[EMAIL PROTECTED]>
To: "Louie Miranda" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, July 18, 2003 11:45 PM
Subject: Re: [PHP] redirecting to a url..


> 
> --- Louie Miranda <[EMAIL PROTECTED]> wrote:
> > echo "<meta http-equiv=\"REFRESH\" CONTENT=\"0; URL=us/index.php\">";
> > 
> > Or you may have other more advance alternatives?
> 
> You can use a protocol redirect rather than relying on HTML:
> 
> header('Location: http://yoursite.org/us/index.php');
> 
> Chris
> 
> =====
> Become a better Web developer with the HTTP Developer's Handbook
> http://httphandbook.org/
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

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

Reply via email to