Jump to content

If statement


mrt003003

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.