Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site2/fst/var/www/html/cp/edit_member.php:1) in /home/virtual/site2/fst/var/www/html/cp/common.php on line 3
i keep getting this error above... what does it mean by header already sent??
<? include("http://www.69kilobytes.co.uk/header.php"); ?>
<?
include_once("common.php");
include 'connect.php';
$table_name = 'members';
$entry_id = 'username';
if(array_key_exists('EditIt', $_POST) && !empty($_POST['EditIt'])){
$fieldst = 'SET ';
$increment = 0;