Quote:
Originally Posted by SkyStryder
I tried TYPE_ARRAY_INT and it would appear that I got an empty array as a result...
|
I've used this code so many times and works fine, but I'm currently out of my base to post a real example. Even if TYPE_ARRAY_... is more secure as it add one more level of security on what type of data to receive, you can also use TYPE_ARRAY without setting if it's number or text string.
--------------- Added 07 Oct 2014 at 21:44 ---------------
Also, because as I seen you're collecting the values from URL, you must use the syntax:
PHP Code:
$vbulletin->input->clean_array_gpc('r', array(
'fsec' => TYPE_ARRAY_INT
));
r = Request
p = Post
g = Get