Guest User

Untitled

a guest
Apr 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>First Page</title>
  4. </head>
  5. <body>
  6.  
  7. <?php
  8. $linktext = "<Click> & you'll see";
  9. ?>
  10.  
  11. <a href="secondpage.php?name=
  12. <?php echo urlencode("Pat Donnelly"); ?>&id=42">
  13. >?php echo htmlspecialchars($linktext); ?>
  14. </a>
  15.  
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment