How do I validate a form POST variable in PHP?

Help regarding how do I validate a form post variable in PHP?

what sort of variable?
Variables can hold anything.

May I suggest you check out filter_input and its various number of filters and sanitizers.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.