Alternate values for a variable.
-
I have a form on my website which is integrated to Highrise HQ. Once the user submits the form the values are sent to Highrise.
I want to assign a Highrise tag (along with 2 other tags) to every submission.
$tagArray = array("tag a","tag b");
I want to pick “tag a” or “tag b” from the array, and submit it to Highrise.
What I can’t sort out is how can I select a tag from my array which is alternative to every single visit the page receives.
- The topic ‘Alternate values for a variable.’ is closed to new replies.