Moya
11-15-2005, 06:38 AM
Can we add additional data to this :
$vbulletin->input->clean_array_gpc('p', array(
'tes1' => TYPE_INT,
'test2' => TYPE_INT,
));
via plugin in
If we can, how do we accomplish this?
Thanks a bunch
$vbulletin->input->clean_array_gpc('p', array(
'tes1' => TYPE_INT,
'test2' => TYPE_INT,
));
via plugin in
If we can, how do we accomplish this?
Thanks a bunch