pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
2 sec ago
lab02
6 sec ago
Untitled
7 sec ago
Lady and the Tramp 1955...
9 sec ago
jQuery : JSONP : Execut...
9 sec ago
Untitled
9 sec ago
Teaser
17 sec ago
Untitled
C# | 9 sec ago
Layout Width
Share Pastebin
Hazler
By: a guest | Mar 21st, 2010 | Syntax:
PHP
| Size: 0.14 KB | Hits: 64 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
if
(
isset
(
$_REQUEST
[
'sid'
]
)
)
{
$sid
=
$_REQUEST
[
'sid'
]
;
echo
$sid
;
$forum
=
"forum/index.php?sid="
.
+
$sid
;
}
else
$forum
=
"forum/"
;
create new paste
|
create new version of this paste
RAW Paste Data
if (isset($_REQUEST['sid'])) { $sid = $_REQUEST['sid']; echo $sid; $forum = "forum/index.php?sid=". + $sid; } else $forum = "forum/";