the-botman Posted December 4, 2009 Share Posted December 4, 2009 is this statment right if('.$_SESSION['image'].' = cards/eidgreeting) { Link to comment https://forums.phpfreaks.com/topic/183919-quick-question/ Share on other sites More sharing options...
rajivgonsalves Posted December 4, 2009 Share Posted December 4, 2009 should be if($_SESSION['image'] = 'cards/eidgreeting') { Link to comment https://forums.phpfreaks.com/topic/183919-quick-question/#findComment-970922 Share on other sites More sharing options...
mikesta707 Posted December 4, 2009 Share Posted December 4, 2009 should be if($_SESSION['image'] = 'cards/eidgreeting') { should be if($_SESSION['image'] == 'cards/eidgreeting') { missed an equal sign Link to comment https://forums.phpfreaks.com/topic/183919-quick-question/#findComment-970932 Share on other sites More sharing options...
rajivgonsalves Posted December 4, 2009 Share Posted December 4, 2009 thats right, sorry about that, thanks Mike for pointing that out Link to comment https://forums.phpfreaks.com/topic/183919-quick-question/#findComment-970934 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.