I want to do a modification to my phpBB3 and it requires using $_GET method by grabbing a variable in the URL.
But just using $_GET increases the vulnerability to my phpBB3 wouldn't it? Is there a function in phpBB3 that would make it safer or anything?
Thanks.