[Solved] PHP case errors [closed]
[ad_1] Your code is not clear enough ! because the CASE statement is used after using the switch statement but as i see their were no switch statement in your code so i don’t know if this is a type or not Then the using of the case must be look like this : switch(VARIABLE_NAME) … Read more