Quote:
Originally Posted by cellarius
Why would you use $_Request again if you have cleaned the input and assigned it to $do? If you havn't done that, $do will not work. And as I said before: Accessing $_REQUEST directly is evil. Do not do it. Read the link I gave you.
This is really basic PHP 101.
|
Your link doesn't show how to use $vbulletin->input->clean_array_gpc when requesting a page. Could you show me an example?