SyntaxFix
Write A Post
Hire A Developer
Questions
That's perfectly fine and will work. But to use sessions you have to put session_start(); on the first line of the php code. So basically
session_start();
<?php session_start(); //rest of stuff ?>