shlomikalfa Posted September 15, 2007 Share Posted September 15, 2007 how do i make it work ffs ?! echo $Type.'<br>'; if ($Type=0){ echo "mystuff goes here..."; } if ($Type=1){ echo "myother stuff goes here..."; } now the issue is: why the hell doesn't it co-respond to my actual $type var ?! as my echo returns '0' for $Type and the same 2nd echo for $Type '1' also - WHY ?!?!?! how could it be ?! 0 myother stuff goes here... and... 1 myother stuff goes here... - HELP... Quote Link to comment https://forums.phpfreaks.com/topic/69494-if-issue/ Share on other sites More sharing options...
rarebit Posted September 15, 2007 Share Posted September 15, 2007 Use two equals to compare, not one! e.g. == Quote Link to comment https://forums.phpfreaks.com/topic/69494-if-issue/#findComment-349184 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.