Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Trying to Run a if group = “this name”


r-a-y
Keymaster

@r-a-y

Put quotes around your conditional cases.

eg.

if ($localPhone== Brighton || $localPhone==Test Group)

to:

if ($localNetwork== "Brighton" || $localNetwork=="Test Group")

See if that works.

[EDIT]

Also $localPhone isn’t defined… you want to use $localNetwork instead.

Skip to toolbar