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

