include("include_breadcrumb.php"); ?>
        
          
            
              
    
      
        
      
        
      
        
      
    
  
    
  
    
  
    
  
    
      
        
      
        
      
        
      
        
      
        
       
        
        
        
            
            
        
      
    
} 
//end confirmation form
?>
              
            
           
        
      
             include("include_sidebar.php"); ?>
          
          
              
                
                if( $insert_success == true || $_GET[confirmed] == "yes" ) { ?>
                    
	Thank you
Thank you. The advertiser account information for echo ("$advertiser"); ?> has been entered. You will now be redirected to the IO Insertion Order Add page.
$jump_sql = "SELECT * FROM io_account WHERE account_id = \"".$advertiser."\" LIMIT 1"; $jump_fetch = mysql_fetch_array(mysql_query($jump_sql)) OR die(mysql_error()); $account_id = $jump_fetch[account_id]; ?> $meta_jump = " } else if( $confirm_account == true ) { ?>Admin: Edit Advertiser Account: Step 2 of 2
}else if( ($confirm_account != true) || ($_POST[edit_account] != true) ){ ?>Admin: Edit Advertiser Account: Step 1 of 2
if (!$errmsg) { ?>This is for editing advertiser accounts. You will then be prompted to confirm your information before the information is sent to us.
} else { ?>echo $errmsg; ?>
} ?> } // begin insert form if( (($_POST[edit_account] != true) || ($errmsg) || (($confirm_account != true) && ($_POST[insert_account] != true))) && $_GET[confirmed] != "yes") { ?> } // end insert form // begin confirmation form if($confirm_account == 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.Company/Advertiser Name
        
        
             echo stripslashes($_POST[account_advertiser]); ?>
        
      Contact Name
        
        
	         echo stripslashes(htmlspecialchars($_POST[account_contact])); ?>
        
      Forum ID
        
        
	         echo stripslashes(htmlspecialchars($_POST[account_user_id_fk])); ?>
        
      Address 
    
     echo stripslashes(htmlspecialchars($_POST[account_address])); ?>
  Address 2
    
     echo stripslashes(htmlspecialchars($_POST[account_address_two])); ?>
  City
    
     echo stripslashes(htmlspecialchars($_POST[account_city])); ?>
  State
    
     echo stripslashes(htmlspecialchars($_POST[account_state])); ?>
  Zip
    
     echo stripslashes(htmlspecialchars($_POST[account_zip])); ?>
  Phone
        
        
	         echo stripslashes(htmlspecialchars($_POST[account_phone])); ?>
        
      Email
        
        
	         echo stripslashes(htmlspecialchars($_POST[account_email])); ?>
        
      Other Contacts
        
        
	         echo $_POST[account_other]; ?>
        
      Invoice Via
        
        
    
	
	$certification_list = "";
	foreach($_POST[account_invoice] as $value) {
		if ($value == "0") $certification_list = $certification_list."Snail, ";
		if ($value == "1") $certification_list = $certification_list."Email";
	};
	
	$certification_list = rtrim($certification_list, ', ');
	
	echo $certification_list;
	
	?>
        
      General Info
        
        
	         echo strip_tags(stripslashes($_POST[account_notes])) ?>