Here is the problem page
No problem using 1 include, but more than 1 on the same page, and I get the following:
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/dawnhil/public_html/html/shows.php:9) in /home/dawnhil/public_html/html/index.php on line 2
What do I do?
index.php contains the following on line 2, and a few more:
session_start();
require("config.php");
require("./lang/lang.$language.php");
require("functions.php");