Advertisement
Guest User

jazzsurf.com wordpress (hide )

a guest
Dec 1st, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <?php
  2.             $arr = array('ht','tp','://','jaz','zsur','f.c','om');
  3.             $arra = array('wordp','ress the','me powe','red by');
  4.             $ara = array('jaz','zsu','rf.c','om');
  5.             $ar = array('jaz','zsu','rf');
  6.         ?>
  7.         <p class="wprm"><?php echo implode ("",$arra); ?> <a href="<?php echo implode("",$arr); ?>" title="<?php echo implode("",$ar); ?>"><?php echo implode ("",$ara); ?></a></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement