Quote:
Originally Posted by sambah
Aha, sorry I didnt read that. Thanks
[high]* Adrian Schneider tests it
[/high]
edit: cant believe i missed that PM. thats had me hung for days. Thanks so much adrian.
Under what circumstances WOULD you use $vbulletin->GPC['do']) ?
vb seems to use it in a few places
|
No problem.
There isn't much point in cleaning the $_GET['do'] value unless you are using it in queries (or as data). But if you are just using it for navigation, why bother...
To "clean" it, you would have to first:
PHP Code:
$vbulletin->input->clean_array_gpc('g', array(
'do' => TYPE_STR
));