SleePyCode Forums

Special Site & Other Boards => PasteBin => Topic started by: SleePy on Mar 11, 2008, 12:38 AM

Title: Paste-1205195894:v:use_geshi-1:v:type-php
Post by: SleePy on Mar 11, 2008, 12:38 AM
<?php
session_start();

if (isset($_GET['rand'] == SID)
   echo 'WOOHOOO!';
else
   echo '<a href="?action=verificationcode;rand=' . SID . '">Click Me</a>';
?>
Title: Paste-1205196028:v:use_geshi-1:v:type-php
Post by: SleePy on Mar 11, 2008, 12:40 AM
<?php
session_start();

if (isset($_GET['rand']( == SID)
   echo 'WOOHOOO!';
else
   echo '<a href="?action=verificationcode;rand=' . SID . '">Click Me</a>';
?>
Title: Paste-1205196039:v:use_geshi-1:v:type-php
Post by: SleePy on Mar 11, 2008, 12:40 AM
<?php
session_start();

if (isset($_GET['rand']) == SID)
   echo 'WOOHOOO!';
else
   echo '<a href="?action=verificationcode;rand=' . SID . '">Click Me</a>';
?>
Title: Paste-1205196407:v:use_geshi-1:v:type-php
Post by: SleePy on Mar 11, 2008, 12:46 AM
<?php
session_start();

if (isset($_GET['rand']) $_GET['rand'] == SID)
   echo 'WOOHOOO!';
else
   echo '<a href="?action=verificationcode;rand=' . SID . '">Click Me</a>';
?>