View Single Post
Old 03-23-2009, 08:28 PM  
Voodoo
♥ ♦ ♣ ♠
 
Voodoo's Avatar
 
Industry Role:
Join Date: Sep 2002
Location: Porn Valley, CA
Posts: 10,590
This works. I'm not sure if it's proper for what you're doing or not, but maybe it helps.
Code:
$cmd=$_GET['cmd'];
$url=$_GET['url'];
$title=$_GET['title'];
$blogs=$_GET['blogs'];
$types=$_GET['types'];
$check=is_string($url)&&($title)&&($blogs)&&($types);

if(($cmd=='go')&&($check != FALSE)){
	echo "YAY!";
}else{
	echo "BOOO!";
}
__________________

"I'm selflessly supporting the common good, but only coincidentally looking out for No.1."
Voodoo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote