Advertisement
Guest User

alma.php

a guest
Oct 14th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. $username = $_POST('username');
  3. $password = $_POST('password');
  4.  
  5. $username = strrev($username);
  6.  
  7. echo $username.' '.$password;
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement