include("include_breadcrumb.php"); ?>
include ('comments_show.php'); ?>
include("include_sidebar.php"); ?>
Campaigns: Individual Campaigns
if ($user) { ?> } ?> Backecho stripslashes(stripslashes($row[campaign_name])) ; echo " "; ?>
include("include_buttons.php"); ?>
Advertiser
$acc_results = mysql_query("SELECT * FROM io_account WHERE account_id = '".$row[campaign_account_id_fk]."' LIMIT 1");
$acc_row = mysql_fetch_array($acc_results);
?>
Advertiser: echo stripslashes(htmlspecialchars($acc_row[account_advertiser])); ?>
Primary Contact: echo stripslashes(htmlspecialchars($acc_row[account_contact])); ?>
Email: echo stripslashes(htmlspecialchars($row[account_email])); ?>
Phone: echo stripslashes(htmlspecialchars($row[account_phone])); ?>
Primary Contact: echo stripslashes(htmlspecialchars($acc_row[account_contact])); ?>
Email: echo stripslashes(htmlspecialchars($row[account_email])); ?>
Phone: echo stripslashes(htmlspecialchars($row[account_phone])); ?>
Ad Units
if ($row[campaign_300x250] == 1) { echo ("300x250: ".$row[campaign_300x250_impression]."
"); } if ($row[campaign_728x90] == 1) { echo ("728x90: ".$row[campaign_728x90_impression]."
"); } if ($row[campaign_300x600] == 1) { echo ("300x600: ".$row[campaign_300x600_impression]."
"); } if ($row[campaign_970x250] == 1) { echo ("970x250: ".$row[campaign_970x250_impression]."
"); } if ($row[campaign_wallpaper] == 1) { echo ("wallpaper: ".$row[campaign_wallpaper_impression]."
"); } ?>
"); } if ($row[campaign_728x90] == 1) { echo ("728x90: ".$row[campaign_728x90_impression]."
"); } if ($row[campaign_300x600] == 1) { echo ("300x600: ".$row[campaign_300x600_impression]."
"); } if ($row[campaign_970x250] == 1) { echo ("970x250: ".$row[campaign_970x250_impression]."
"); } if ($row[campaign_wallpaper] == 1) { echo ("wallpaper: ".$row[campaign_wallpaper_impression]."
"); } ?>
Campaign Dates
echo ("Start Date: ".date_format(date_create($row[campaign_date]), 'Y-m-d')."
"); echo ("Repeat Date: ".date_format(date_create($row[campaign_date_repeat]), 'Y-m-d')."
"); ?>
"); echo ("Repeat Date: ".date_format(date_create($row[campaign_date_repeat]), 'Y-m-d')."
"); ?>
Campaign Status
Signed: if (isset($row[campaign_signature_timestamp]) && $row[campaign_signature_timestamp] != "" && $row[campaign_signature_timestamp] != 0) { echo "Yes, by: ".$row[campaign_signature]." on: ".date_format(date_create($row[campaign_signature_timestamp]), 'Y-m-d')."
";} else { echo "No
"; } ?> Deployed: if (isset($row[campaign_deploy_timestamp]) && $row[campaign_deploy_timestamp] != "" && $row[campaign_deploy_timestamp] != 0) { echo "Yes, on: ".date_format(date_create($row[campaign_deploy_timestamp]), 'Y-m-d')."
";} else { echo "No
"; } ?> Screenshot: if (isset($row[campaign_screenshot_timestamp]) && $row[campaign_screenshot_timestamp] != "" && $row[campaign_screenshot_timestamp] != 0) { echo "Yes, on: ".date_format(date_create($row[campaign_screenshot_timestamp]), 'Y-m-d')."
";} else { echo "No
"; } ?> Invoice: if (isset($row[campaign_invoice_timestamp]) && $row[campaign_invoice_timestamp] != "" && $row[campaign_invoice_timestamp] != 0) { echo "Yes, on: ".date_format(date_create($row[campaign_invoice_timestamp]), 'Y-m-d')."
";} else { echo "No
"; } ?> Active or Archived: $temp[] = $row[campaign_archive]; foreach($temp as $value) { if ($value == "0") echo ("Active"); if ($value == "1") echo ("Archived on ".date_format(date_create($row[campaign_archive_timestamp]), 'Y-m-d')."
"); }; ?>
";} else { echo "No
"; } ?> Deployed: if (isset($row[campaign_deploy_timestamp]) && $row[campaign_deploy_timestamp] != "" && $row[campaign_deploy_timestamp] != 0) { echo "Yes, on: ".date_format(date_create($row[campaign_deploy_timestamp]), 'Y-m-d')."
";} else { echo "No
"; } ?> Screenshot: if (isset($row[campaign_screenshot_timestamp]) && $row[campaign_screenshot_timestamp] != "" && $row[campaign_screenshot_timestamp] != 0) { echo "Yes, on: ".date_format(date_create($row[campaign_screenshot_timestamp]), 'Y-m-d')."
";} else { echo "No
"; } ?> Invoice: if (isset($row[campaign_invoice_timestamp]) && $row[campaign_invoice_timestamp] != "" && $row[campaign_invoice_timestamp] != 0) { echo "Yes, on: ".date_format(date_create($row[campaign_invoice_timestamp]), 'Y-m-d')."
";} else { echo "No
"; } ?> Active or Archived: $temp[] = $row[campaign_archive]; foreach($temp as $value) { if ($value == "0") echo ("Active"); if ($value == "1") echo ("Archived on ".date_format(date_create($row[campaign_archive_timestamp]), 'Y-m-d')."
"); }; ?>
Campaign Notes
Notes: echo stripslashes(htmlspecialchars($row[campaign_notes])); ?>