hello,
i've been working on this website for a while (www.scfan.net), but for some reason the page: /gameinfo.php has an error with the session code. i'm using this code on every other page on the website too. but only /gameinfo.php and /livestream.php and /tac_protoss.php have the problem.
could anyone help me out here? because i'm at a loss.
here is the codee i use to validate people trying to log in:
if (!isset($_SESSION)) {
session_start() ;
}