Hallo,
ja ich weiß, ich hab den Sticky Thread gelesen und und und... leider finde ich den Fehler trotzdem nicht.
	
connect.php
	
config.php
	
includes.php:194
	
							
						
					ja ich weiß, ich hab den Sticky Thread gelesen und und und... leider finde ich den Fehler trotzdem nicht.
PHP-Code:
	
	
Warning: Cannot modify header information - headers already sent by (output started at module\connect\connect.php:9)
in module\function\includes.php on line 194 
connect.php
PHP-Code:
	
	
<?
include("module/connect/config.php");
if(!$verbindung = @mysql_connect('localhost','root','****')){
header ("Location: module/connect/fehler.php"); }
if(!$mysql_conn = @mysql_select_db('testdb')){
header ("Location: module/connect/fehler.php"); }
?>
PHP-Code:
	
	
<?php
$dbhost = 'localhost';  # mysql host
$dbuser = 'root';  # mysql user
$dbpass = '****';  # mysql pass
$dbdate = 'testdb';  # mysql datenbank
?>
PHP-Code:
	
	
    header ("Location: index.php?modulid=news&modulinfo=loginfehler"); }} if($setlogin==logout)
{ setcookie("test1", "" , time() - 9931104000);  setcookie("test22", "" , time() - 9931104000); 
          
Kommentar