View Single Post
Old 12-06-2012, 05:30 PM  
sarettah
see you later, I'm gone
 
Industry Role:
Join Date: Oct 2002
Posts: 14,057
<?php

$2b=0;

if(isset($_GET['2b'])
{
$2b=mysql_real_escape_string($_GET['2b']);
}
else
{
if(isset($_POST['2b'])
{
$2b=mysql_real_escape_string($_POST['2b']);
}
}


if($2b || !$2b)
{
echo "That is the question\n";
}

?>


.
__________________
All cookies cleared!

Last edited by sarettah; 12-06-2012 at 05:33 PM..
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote