Jump to content

IF - issue ?!


shlomikalfa

Recommended Posts

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

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.