View Single Post
Old 06-27-2007   #5 (permalink)
notjustgraphics
Rusty Bio-Hazard!
 
notjustgraphics's Avatar
 
Join Date: Sep 2006
Location: Toronto, Ontario, Canada
Posts: 1,162

Send a message via MSN to notjustgraphics
<?php
session_start();
include 'config.php';
?>

Try moving this to the very top of the page... BEFORE the HTML headers...

In order to start a session, it has to be initiated before any HTML is sent to the user for which the session is being created...

Mike.
__________________
notjustgraphics is online now