AnthonyGates

Rasheed cucc

Jan 11th, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2. $array = array("/url.php" => "Gugöl",  
  3.               "/fb.php" => "Fészbuk"
  4.               );
  5.              
  6. foreach( $array as $key => $value ){
  7.     echo "<a href='".$_SERVER['REQUEST_URI'].$key."'>$value</a><br />";
  8. }
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment