Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. $mid = $_GET['mid']; // Set the variable $mid to the URLs ?mid
  3. $messages = array('Welcome!','Hello!','Howdy!','Namaste!'); // Make an array
  4.  
  5. echo $message[$mid];
  6. ?>
Add Comment
Please, Sign In to add comment