Ik krijg de volgende melding:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/dgame2/domains/dgame.nl/public_html/deleteme/aanvraag.php:1) in /home/dgame2/domains/dgame.nl/public_html/deleteme/includes/include.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/dgame2/domains/dgame.nl/public_html/deleteme/aanvraag.php:1) in /home/dgame2/domains/dgame.nl/public_html/deleteme/includes/include.php on line 2
Het rare is, is dat er geen output is.
De opbouw van de bestanden:
<?
//Aanvraag.php
//Copyright Paul du Long - http://www.pauldulong.nl/ - [email protected] - 2009
require 'includes/include.php';
if(isset($_GET['stap'])){
include.php:
<?
session_start();
ob_start();
/////////////////////
//Database connectie//
/////////////////////
Raar he, maar wat die ik fout?
paul