Advertisement
Aha2Y

Untitled

Mar 17th, 2012
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. $_GET['channel'];
  3. $channel = urlencode($_GET['channel']);
  4. echo "the channel is: ".urlencode($channel)."<br/>";
  5. echo "the channel is: $channel";
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement