I have an error where it says session_start() saying :
Fatal error: Call to unsupported or undefined function session_start() in ../dataincludes/template.inc on line 10
why can't it start?
<?
include("../dataincludes/connect.inc");
session_start();
if(!isset($uid))
{ ?>