Thanks for your time - I have added:
session_start();
session_register(gameType);
Everytime I refresh the page though I get the error:
Warning: Use of undefined constant gameType - assumed 'gameType' in d:\website\wwwroot\index.php on line 4
If I add the $ to the variable name I get no errors? Oh and it seems to have assigned a value to the session that now does not change when I click on a anchor link with the new value appended to it...
🙁