I've been checking whole google to solve this but i can't....
the error is:
Warning: Cannot modify header information - headers already sent by (output started at /customers/lostworld.be/lostworld.be/httpd.www/bizzlife/config.php:7) in /customers/lostworld.be/lostworld.be/httpd.www/bizzlife/login.php on line 55
-Most of the sites i've been looking for are syaing that it is a space in config.php but heres the code of config:
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>Bizzlife</title>
</head>
<body>
<?php
$l = mysql_connect ( "localhost" , "HIDDEN" , "HIDDEN" ) or die("Error connecting: <br><br>".mysql_error());
mysql_select_db( "HIDDEN" ) or die("Error getting db: <br><br>".mysql_error());
?>
</body>
</html>
(HIDDEN=removed pass and user)
Thanks for help any1