Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- If(Auth::$userinfo->rank == "rank code" )
- {
- Echo the name ;
- }
- ElseIf(Auth::$userinfo->rank == "rank code2" )
- {
- Echo second name ;
- }
- And etc do not forget in order to avoid any errors
- Else
- {
- Echo "no trainer found" ;
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment