Posts by lima99 • 33 points
1 post
-
3
votes3
answers940
viewsQ: Compare the same variable in PHP
I have the same variable where it can assume two values <?php if($adm1){ $email = '[email protected]'; }elseif( $adm1){ $email = '[email protected]'; } How to compare the two variables as follows,…