Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $array = array("/url.php" => "Gugöl",
- "/fb.php" => "Fészbuk"
- );
- foreach( $array as $key => $value ){
- echo "<a href='".$_SERVER['REQUEST_URI'].$key."'>$value</a><br />";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment