Jump to content

[SOLVED] IF -- how do I add more values to one result?


johnwayne77

Recommended Posts

I have this code:

 

if ($program == 'pro')
{
  $titlu = "Pro TV";
} 

but I need it a little expanded to do the following:

 

if ($program == 'pro, protv, ptv') <--- I mean I want to add more values for one result

{

  $titlu = "Pro TV";

}

 

how do I do that?

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.