Share Pastebin
Guest
Public paste!

Hazler

By: a guest | Mar 21st, 2010 | Syntax: PHP | Size: 0.14 KB | Hits: 64 | Expires: Never
Copy text to clipboard
  1. if (isset($_REQUEST['sid']))
  2. {
  3.   $sid = $_REQUEST['sid'];
  4.   echo $sid;
  5.   $forum = "forum/index.php?sid=". + $sid;
  6. }
  7. else
  8.   $forum = "forum/";