mrt003003 Posted April 6, 2011 Share Posted April 6, 2011 Hi there can anybody help me please? my if statement isnt working?? All i am trying to do is display an image if the session variable is == entered varialble "Empire" I get the error message "Parse error: syntax error, unexpected T_VARIABLE, expecting " if $_SESSION['MM_Username'] == 'Empire'{ echo'<img src="Images/empicon.jpg" width="20" height="20" class="moncalimari"/>' ; } ?> I have checked and the session does == Empire Please help Thank you. Link to comment https://forums.phpfreaks.com/topic/232917-if-statement/ Share on other sites More sharing options...
mrt003003 Posted April 6, 2011 Author Share Posted April 6, 2011 Oopps, i realise i left out the brackets if ($_SESSION['MM_Username'] == 'Empire'){ echo'<img src="Images/empicon.jpg" width="20" height="20" class="moncalimari"/>' ; } ?> Link to comment https://forums.phpfreaks.com/topic/232917-if-statement/#findComment-1197963 Share on other sites More sharing options...
spiderwell Posted April 6, 2011 Share Posted April 6, 2011 never mind Link to comment https://forums.phpfreaks.com/topic/232917-if-statement/#findComment-1197966 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.