03-23-2009, 07:09 PM
|
|
So Fucking What
Industry Role:
Join Date: Jul 2006
Posts: 17,189
|
Quote:
Originally Posted by Killswitch
if ($_GET['cmd'] == 'go' && (($_GET['url'] && $_GET['title']) && ($_GET['blogs'] && $_GET['types'])))
Win.
|
Quote:
Originally Posted by calmlikeabomb
^ That's a fail, because it'd require the array to be passed via the url.
Unless you're assigning an array to $_GET, which in case would also be a fail.
Plus you're still not checking to see if the variables are arrays. Wouldn't you want to do that before any processing occurs?
|
Quote:
Originally Posted by calmlikeabomb
I want to know what url, title, blogs, and types variable are part of so i can see the big picture. Wtf, does your script do.
|
http://www.gofuckyourself.com/showpo...00&postcount=9
|
|
|