php - phpBB3 - using $_GET -


I want to make amendments to my phpBB3 and it is necessary to use the $ _GET method by grabbing a variable in the URL.

But does my phpBB3 increase vulnerability by using just $ _GET? Is there a function in phpBB3 that will do it safe or anything?

Thanks

The best and safest way to get data from requests is phpBB3 In use the request_var () function.


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -