I want to request php code if-else / if-elseif-else, with this statements:
if usercode=1 i want to open file1.php, but if usercode=2 i want to open file2.php and if usercode=3 i want to open file3.php.
anyone know the php if-elseif-else/if-else code with that statements?
i'm so tired to make the code with that 3 statements
sorry for my bad english language or grammar
use switch statement is better