View Single Post
Old 11-22-2008, 02:50 AM   #6 (permalink)
zxt3st
The Addict
 
zxt3st's Avatar
 
Join Date: Apr 2008
Posts: 200
Thanks: 18
zxt3st is on a distinguished road
Default

PHP Code:
session_start(); 

function 
spamblocker() 

    
$makeSelection=rand(1,9); 
    
$_SESSION['selection']=$makeSelection

    if(
$_POST['VARIABLE_NEEDS_TO_BE_HERE']==true
    { 
        
$bWork=strip_tags($_POST['VARIABLE_HERE']); 
    } 

    if(
$makeSelection==true
    { 
        return 
true
       
#do something
    

    else 
    { 
        return 
false;  
      
#nothing to do here, coz it wont be executed
    


__________________
Serenity Project - 5% (Layout) - Ongoing....
Project Serenity Free Life!....
zxt3st is offline  
Reply With Quote