include("include_breadcrumb.php"); ?>
//var_dump($_POST); ?>
}
//end confirmation form
?>
include("include_sidebar.php"); ?>
if( $insert_success == true || $_GET[confirmed] == "yes" ) { ?>
Thank you
Thank you. Your insertion orer request should be added within 24 hours. You will now be redirected back to the add page.
unset($insert_success); unset($confirm_campaign); ?> } else if( $confirm_campaign == true ) { ?>Insertion Order Request: Step 2 of 2
}else if( ($confirm_campaign != true) || ($_POST[add_campaign] != true) ){ ?>Insertion Order Request: Step 1 of 2
if (!$errmsg) { ?>This form allows for easy advertisement insertion order requests. Advertising collateral CANNOT be submitted via this form. This form is for insertion order request details only. Simply fill out the form below. Be sure to fill out every field. After filling out each field, click submit. You will then be prompted to confirm your information before the information is sent to us.
} else { ?>echo $errmsg; ?>
} ?> } // begin insert form if( (($_POST[add_campaign] != true) || ($errmsg) || (($confirm_campaign != true) && ($_POST[insert_campaign] != true))) && $_GET[confirmed] != "yes") { ?> } // end insert form // begin confirmation form if($confirm_campaign == true){ ?> Please confirm your information. If everything is correct, click the submit button. Otherwise, you may click the edit button to change your information before submitting.//var_dump($_POST); ?>
Advertiser
if (isset($_POST[account_name])) { echo stripslashes($_POST[account_name]); } else { $account_id = $_POST[account_id];
$sql = "SELECT * FROM io_account WHERE account_id = \"".$account_id."\" LIMIT 1";
$fetch = mysql_fetch_array(mysql_query($sql)) OR die(mysql_error());
$_POST[account_name] = $fetch[account_advertiser];
echo $_POST[account_name]; } ?>
Name
echo stripslashes($_POST[name]); ?>
300x250
if ($_POST['300x250'] == 1) { echo "Yes, for ".$_POST['300x250_impression']; } else { echo "No."; } ?>
728x90
if ($_POST['728x90'] == 1) { echo "Yes, for ".$_POST['728x90_impression']; } else { echo "No."; } ?>
300x600
if ($_POST['300x600'] == 1) { echo "Yes, for ".$_POST['300x600_impression']; } else { echo "No."; } ?>
970x250
if ($_POST['970x250'] == 1) { echo "Yes, for ".$_POST['970x250_impression']; } else { echo "No."; } ?>
Wallpaper
if ($_POST['wallpaper'] == 1) { echo "Yes, for ".$_POST['wallpaper_impression']; } else { echo "No."; } ?>
Start Date
echo "$month/$day/$year"; ?>
Repeat Date
if ($month_repeat != "0") { echo "$month_repeat/$day_repeat/$year_repeat"; } else { echo "No repeat set."; } ?>
Notes
echo strip_tags(stripslashes($_POST[notes])) ?>