Guest User

Untitled

a guest
Jul 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. function rimgsize($matches) {
  2.     return " <p> ". $matches[2] ." <br><a href='". $matches[2] ."' target='_blank'><img src='". $matches[2] ."' style='max-width:500px; max-height:500px;' border='0'></a><br>";
  3. }
Add Comment
Please, Sign In to add comment