This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by KillZoneZ
over 8 years

Control Flow: Switch output error.

So, basically, i want the code to see if the variable Username is “KillZoneZ” or “Admin2”, if it is, it would show “Welcome Admin KillZoneZ/Admin2 (For each case), and if it wasn’t any of the “KillZoneZ” or “Admin2” it would show “Welcome (Variable $Username)”, however it always seem to display Welcome Admin KillZoneZ despite the variable being defined as Admin2 or any other name.

Here is my code

Answer 55de555686f5521aca00011e

0 votes

Permalink

you’re using assignment “=” not comparison “==” in your if statements

points
Submitted by paperalligator
over 8 years