Log in

View Full Version : How do I receive my custom varible in hook?


angel_attack
08-10-2005, 10:23 AM
I have added a my own varible in the first page, and want to read it in the next page.

It seems that after $vbulletin->input->clean_array_gpc() function, all $_POST[] are cleaned.

How do I read my varible in the hook after the $vbulletin->input->clean_array_gpc() function? Because, there is no hook before the function