Firgured it out Yet? Challenge a friend with this personalizable link:
if(isset($_GET['getlink'])){
if(!isset($_GET['name']) or $_GET['name'] == '' ) $name = "Bob";
else $name = WithSlashes($_GET['name']);
if(!isset($_GET['bet']) or $_GET['bet'] == '') $bet = WithSlashes($_GET['bet']);
else $bet = 100;
echo '
';
}
?>