howdy yo!
i had a quick question, if yous dont mind?
i am trying to get my page to redirect to another page once a script executes. kinda like a meta refresh but to a differnt page. what is need is this redirect to fit in this code:
<?
if($HTTP_POST_VARS['submit']) {
if ($select2 == "13") {
mail ($to_myself, $subject, $message);
******** Need the redirect code to go here **********
}
}
?>
what i would like to accomplish is AFTER it mails me all the info i have setup, i would like it redirect to a new page, one that is off my site.
any ideas?
thanks!