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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -