hi y'all. i just found this site today, but so far, it looks great. anywho, i need a little help.
i'm sure it's simple but i'm having a major brain fart. in the part that says 'this_is_where_i_need_the_redirect' i want it to go to a page named invalid.htm. what the heck do i need to do to get this to work? thanks in advance.
<?
if ($_POST["vercode"] != $_SESSION["vercode"] OR $_SESSION["vercode"]=='')
{ echo 'this_is_where_i_need_the_redirect'; }
else
{ echo '<strong>Thank you for your input. If requested, we will contact you as soon as possible.</strong><br>'; };
?>