Hello.
PHP scriptemben nélkülözhetetlen a session_start(); , de az a probléma, hogy ezt az errort kapom, miután beágyazom:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /Web/jatek/index.php:4) in /Web/jatek/config.php on line 4
index.php 4-6sor:
<?php
include(\"config.php\");
?>
config.php 4.sor:
session_start();