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

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

session - security issue: php login/logout script + back button -

Eclipse and GWT -