Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $user = array(
- "Lars" => "Mehrhoff",
- "Evolutio" => "Cabal",
- "games" => "Evolutio"
- );
- if($user == $user["Lars"])
- {
- echo $user;
- }
- else
- {
- echo "Du bist nicht $user . ";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement