I'm using sessions at the TOP of the doument and get the following error:
"Fatal error: Call to unsupported or undefined function session_start() in /php/SC/confernc.php on line 3"
Here's what I got..
<?
session_start(); //start session
session_register($category); //register the variable
$category = "confernc"; // Category of the page
.....
Now what am I doing wrong?