Code: Select all
<?php
//GLOBALS
//replace this with var from global array/.ini file
$embedded = false;
$page = "Administration";
//INCLUDES
require_once('includes/pageutils.php');
admin_page();
//CODE
if (!$embedded)
{
html_open();
html_head($page);
}
temp_nav_bar($page);
nav_bar_button($page, "Company and Post Administration", "createaccount.php", "Create New Account");
nav_bar_button($page, "Company List", "account_edit.php", "Account List");
nav_bar_button($page, "Manage Keywords/Categories", "keywords.php", "Keyword List");
//login_list();
if (!$embedded)
html_close();
?>I LITERALLY selected ALL from the admin_index file, copied & pasted into the poster_index file... and one gets an error... the other does not. this is making me want to punt babies out of an airplane. What in the WORLD could cause this?error wrote:Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/bla/user/jobs/poster_index.php:1) in /var/bla/user/jobs/connect.php on line 3