The syntax of the session_start () function
<?php session_start (); $music = "A"; session_register ('music'); echo $music; ?>