Jump to content

if-statement supposed to be correct by more than one variables


Marcel1993

Recommended Posts

Hey guys,

 

I've got a if-statement, which is supposed to be true by some kinds of combinations:

 

$true = "1,2,3";

$value = 1 (TRUE)

$value = 2 (TRUE)

$value = 3 (TRUE)

$value = 4 (FALSE)

 

How can I put it in an if-statement?

 

Best regards ;-)

 

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.