Hi
I’m really having issues with session variables in php. I think its down to the following code being wrong. Can anyone tell me if the following code is wrong and if so where?
if($_SESSION['dealership'] == 'site1'){ $Make = 'Bubbles';}
else if($_SESSION['dealership'] == 'site2'){ $Make = 'Toys';}
else if($_SESSION['dealership'] == 'site3'){ $Make = 'Dolls';}
Any help much appreciated, thanks in advance.