Sorted it, I had to encase the group ID in double quotes ? I thought you didn't need to do that. Anyone know why ?

if(isset($_SESSION['grp']) == "2") {
//etc......
}