I've read 2 or 3 tutorials on session variables and they all pretty much say the same thing. However, when I try to implement it I get an error that does not make sense to me.
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at myurl/cliniclist.php:9) in myurl/cliniclist.php on line 11
cliniclist.php is the file and line 11 is the line with session_start()
session_start();
session_register("ClinicID");
Thanks in advance,
Greg