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... 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. == Link to comment https://forums.phpfreaks.com/topic/69494-if-issue/#findComment-349184 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.