My solution..

echo "<meta http-equiv=\"REFRESH\" CONTENT=\"0; URL=us/index.php\">";

Or you may have other more advance alternatives?

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


----- Original Message -----
From: "Louie Miranda" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 18, 2003 2:08 PM
Subject: [PHP] redirecting to a url..


> I have this form with 2 values under 1 name ColTemplate. I was hoping if i
> can redirect it to another url? on the ?? if templateone or templatetwo.
>
> Anyhelp would be good.
>
> -- code ---------
> $v_get_template = $_POST['ColTemplate'];
>
>
> if ($v_get_template === 'TemplateOne') {
>  ??
>
> } elseif ($v_get_template === 'TemplateTwo') {
>  ??
> }
> -- code ---------
>
>
>
> --
> Thank you,
> Louie Miranda ([EMAIL PROTECTED])
>
>
>
> --
> 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