the-botman Posted December 4, 2009 Share Posted December 4, 2009 is this statment right if('.$_SESSION['image'].' = cards/eidgreeting) { Quote 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') { Quote 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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/183919-quick-question/#findComment-970934 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.