alexmorley / CodeOfConduct.Builder

(WIP!) An easy way to build the perfect Code of Conduct for your event/community/organisation
http://codeofconduct.io
Creative Commons Attribution 4.0 International
13 stars 13 forks source link

sanitising user input #51

Closed PAPERPANKS closed 6 years ago

PAPERPANKS commented 6 years ago

Sanitizing Data with PHP Filters.

Template code:

$variable = filter_var($_POST["input_variable"], FILTER_SANITIZE_STRING);

Issue solved:

Reference:

alexmorley commented 6 years ago

Awesome thanks this looks perfect!

alexmorley commented 6 years ago

:tada: