Question
Help with "else" option in if (isset($_COOKIE["super_secret_user"]))
I am trying to have my index.php make a choice as to what it shows. I would like it to open a new page (index1.php) at the "else" Is this possible? And if it is... can someone show me the code to use.
Condition 1 welcomes the user (done)
Condition 2 opens a log in page (need help)
Thank you for your time.
